Skip to content

Commit 8430fdb

Browse files
committed
fix test
1 parent c66e568 commit 8430fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/file/file_service_operator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func TestFileServiceOperator_UpdateOverview_MaxIterations(t *testing.T) {
7575
fakeFileServiceClient := &v1fakes.FakeFileServiceClient{}
7676

7777
// do 5 iterations
78-
for i := range 5 {
78+
for i := range 6 {
7979
fakeFileServiceClient.UpdateOverviewReturnsOnCall(i, &mpi.UpdateOverviewResponse{
8080
Overview: overview,
8181
}, nil)

0 commit comments

Comments
 (0)