We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d40b90a + 2da4b01 commit 0452e8bCopy full SHA for 0452e8b
util/defaulting/defaulting.go
@@ -49,6 +49,7 @@ func DefaultValidateTest(object DefaultingValidator) func(*testing.T) {
49
t.Run("validate-on-update", func(t *testing.T) {
50
g := gomega.NewWithT(t)
51
defaultingUpdateCopy.Default()
52
+ updateCopy.Default()
53
g.Expect(defaultingUpdateCopy.ValidateUpdate(updateCopy)).To(gomega.Succeed())
54
})
55
t.Run("validate-on-delete", func(t *testing.T) {
0 commit comments