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 81801ca commit 7ae2a8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion controllers/vrg_volrep_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package controllers_test

import (
"context"
"strconv"

Check failure on line 8 in controllers/vrg_volrep_test.go

View workflow job for this annotation

GitHub Actions / Golangci Lint

File is not `gofmt`-ed with `-s` (gofmt)
"fmt"
"math/rand"
"strings"
Expand Down Expand Up @@ -382,8 +383,9 @@ var _ = Describe("VolumeReplicationGroupVolRepController", func() {
if errors.IsNotFound(err) {
By("Error is not found")
} else {
By("Errorrrrrrrrrrrr")
By("Error finding "+ vrgVRDeleteEnsureTestCase.vrgName + " step " + strconv.Itoa(i))
}

return err
}, vrgtimeout, vrginterval).
Should(MatchError(errors.NewNotFound(schema.GroupResource{
Expand Down

0 comments on commit 7ae2a8c

Please sign in to comment.