diff --git a/internal/testutil/testutil.go b/internal/testutil/testutil.go index 65cd7ed1..d3e2d075 100644 --- a/internal/testutil/testutil.go +++ b/internal/testutil/testutil.go @@ -276,7 +276,7 @@ func NewPodController(t testing.TB, mgr ctrl.Manager, fn func(*apiv1.Composition comp.Status.CurrentState.ResourceSlices = sliceRefs comp.Status.CurrentState.Synthesized = true if synGen < syn.Generation || compGen < comp.Generation { - t.Logf("skipping update for pod %s because it's out of date (%d < %d || %d < %d)", pod.Name, synGen, syn.Generation, compGen, comp.Generation) + t.Logf("skipping update For pod %s because it's out of date (%d < %d || %d < %d)", pod.Name, synGen, syn.Generation, compGen, comp.Generation) return nil } err = cli.Status().Update(ctx, comp)