Skip to content

Commit 69e066a

Browse files
committed
bump k8s 1.34: fix diffing
1 parent 2d7071f commit 69e066a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/sync_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ func Test_ensureDependecyAnnotations(t *testing.T) {
270270
input := test.input.DeepCopy()
271271
ensureDependecyAnnotations(test.inputHashes, input)
272272
if !equality.Semantic.DeepEqual(test.expected, input) {
273-
t.Fatalf("unexpected: %s", diff.ObjectDiff(test.expected, input))
273+
t.Fatalf("unexpected: %s", diff.Diff(test.expected, input))
274274
}
275275
})
276276
}

0 commit comments

Comments
 (0)