We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66e568 commit 8430fdbCopy full SHA for 8430fdb
internal/file/file_service_operator_test.go
@@ -75,7 +75,7 @@ func TestFileServiceOperator_UpdateOverview_MaxIterations(t *testing.T) {
75
fakeFileServiceClient := &v1fakes.FakeFileServiceClient{}
76
77
// do 5 iterations
78
- for i := range 5 {
+ for i := range 6 {
79
fakeFileServiceClient.UpdateOverviewReturnsOnCall(i, &mpi.UpdateOverviewResponse{
80
Overview: overview,
81
}, nil)
0 commit comments