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 ebfd817 commit 625cc0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controllers/vrg_volrep_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,8 @@ var _ = Describe("VolumeReplicationGroupVolRepController", func() {
var i int
Eventually(func() error {
i++
vrgg := &ramendrv1alpha1.VolumeReplicationGroup{}

Check failure on line 380 in controllers/vrg_volrep_test.go

View workflow job for this annotation

GitHub Actions / Golangci Lint

File is not `gofmt`-ed with `-s` (gofmt)
return apiReader.Get(context.TODO(), vrgVRDeleteEnsureTestCase.vrgNamespacedName(), vrgg)
return apiReader.Get(context.TODO(), vrgVRDeleteEnsureTestCase.vrgNamespacedName(), vrg)
}, vrgtimeout, vrginterval).
Should(MatchError(errors.NewNotFound(schema.GroupResource{
Group: ramendrv1alpha1.GroupVersion.Group,
Expand Down

0 comments on commit 625cc0f

Please sign in to comment.