Skip to content

Commit

Permalink
Update vrg_volrep_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ELENAGER authored Oct 31, 2023
1 parent c81c7bb commit a53f3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/vrg_volrep_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ var _ = Describe("VolumeReplicationGroupVolRepController", func() {
Group: ramendrv1alpha1.GroupVersion.Group,
Resource: "volumereplicationgroups",
}, vrgVRDeleteEnsureTestCase.vrgName)),
"polled %d times for VRG to be garbage collected\n%s", i, format.Object(*vrg, 1))
"polled %d times for VRG to be garbage collected\n"+format.Object(*vrg, 1), i)

vrgVRDeleteEnsureTestCase.cleanupNamespace()
vrgVRDeleteEnsureTestCase.cleanupSC()
Expand Down

0 comments on commit a53f3e5

Please sign in to comment.