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 2d7071f commit 69e066aCopy full SHA for 69e066a
pkg/operator/sync_test.go
@@ -270,7 +270,7 @@ func Test_ensureDependecyAnnotations(t *testing.T) {
270
input := test.input.DeepCopy()
271
ensureDependecyAnnotations(test.inputHashes, input)
272
if !equality.Semantic.DeepEqual(test.expected, input) {
273
- t.Fatalf("unexpected: %s", diff.ObjectDiff(test.expected, input))
+ t.Fatalf("unexpected: %s", diff.Diff(test.expected, input))
274
}
275
})
276
0 commit comments