Skip to content

Commit

Permalink
Fix typo in test comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan West <[email protected]>
  • Loading branch information
jgwest committed Nov 7, 2024
1 parent 8b8d26c commit 9f79ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/fixture/k8s/fixture.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func ExistByName(k8sClient client.Client) matcher.GomegaMatcher {
}, BeTrue())
}

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

Expand Down

0 comments on commit 9f79ece

Please sign in to comment.