Skip to content

Commit 199fcce

Browse files
g-gastonsbueringer
andauthored
Improve test case names
Co-authored-by: Stefan Büringer <[email protected]>
1 parent 6c656f8 commit 199fcce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exp/addons/api/v1beta1/clusterresourcesetbinding_types_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ func TestResourceSetBindingGetResourceBinding(t *testing.T) {
130130
want *ResourceBinding
131131
}{
132132
{
133-
name: "does't exist",
133+
name: "ResourceRef doesn't exist",
134134
resourceSetBinding: crsBinding,
135135
resourceRef: resourceRefNotExist,
136136
want: nil,
137137
},
138138
{
139-
name: "does't exist",
139+
name: "ResourceRef exists",
140140
resourceSetBinding: crsBinding,
141141
resourceRef: resourceRefApplyFailed,
142142
want: &resourceRefApplyFailedBinding,

0 commit comments

Comments
 (0)