Skip to content

Commit 5807c39

Browse files
committed
align to upstream diff util changes
1 parent 09fd984 commit 5807c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/targetconfigcontroller/targetconfigcontroller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ func TestManagePodToLatest(t *testing.T) {
687687
}
688688

689689
if !equality.Semantic.DeepEqual(actualSchedulerPod, goldenSchedulerPod) {
690-
t.Errorf("created Scheduler Pod is different from the expected one (form a golden file) : %s", diff.ObjectDiff(actualSchedulerPod, goldenSchedulerPod))
690+
t.Errorf("created Scheduler Pod is different from the expected one (form a golden file) : %s", diff.Diff(actualSchedulerPod, goldenSchedulerPod))
691691
}
692692
})
693693
}

0 commit comments

Comments
 (0)