File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ func TestChart_Build(t *testing.T) {
92
92
assert .Len (t , specs , 1 )
93
93
}
94
94
95
- func TestChart_GetSet (t * testing.T ) {
95
+ func TestChart_Get (t * testing.T ) {
96
96
chrt := & Chart {
97
97
ID : uuid .Must (uuid .NewV7 ()),
98
98
Namespace : "default" ,
Original file line number Diff line number Diff line change 8
8
"github.com/stretchr/testify/assert"
9
9
)
10
10
11
- func TestSecret_GetSet (t * testing.T ) {
11
+ func TestSecret_Get (t * testing.T ) {
12
12
scrt := & Secret {
13
13
ID : uuid .Must (uuid .NewV7 ()),
14
14
Namespace : "default" ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ func TestBind(t *testing.T) {
59
59
assert .True (t , IsBound (bind , scrt ))
60
60
}
61
61
62
- func TestMeta_GetSet (t * testing.T ) {
62
+ func TestMeta_Get (t * testing.T ) {
63
63
meta := & Meta {
64
64
ID : uuid .Must (uuid .NewV7 ()),
65
65
Kind : faker .Word (),
You can’t perform that action at this time.
0 commit comments