We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcfcf2 commit cdde573Copy full SHA for cdde573
internal/manager/validators_test.go
@@ -61,7 +61,7 @@ func TestCreateTypedValidator(t *testing.T) {
61
result := v(test.obj)
62
63
if test.expectErr {
64
- g.Expect(result).To(Not(BeNil()))
+ g.Expect(result).ToNot(BeNil())
65
return
66
}
67
0 commit comments