Skip to content

Commit 9f79ece

Browse files
committed
Fix typo in test comment
Signed-off-by: Jonathan West <[email protected]>
1 parent 8b8d26c commit 9f79ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/fixture/k8s/fixture.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func ExistByName(k8sClient client.Client) matcher.GomegaMatcher {
2929
}, BeTrue())
3030
}
3131

32-
// DoesNotExistByName checks if the given resource does not exist, when retrieving it by name/namespace.
32+
// NotExistByName checks if the given resource does not exist, when retrieving it by name/namespace.
3333
// Does NOT check if the resource content matches.
3434
func NotExistByName(k8sClient client.Client) matcher.GomegaMatcher {
3535

0 commit comments

Comments
 (0)