Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed Nov 7, 2023
1 parent 06b6b2e commit 504cf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@ func (s *StorageTestSuite) TestMigrationBucket() {
secondarySPIDs = append(secondarySPIDs, ssp.Info.Id)
secondarySPs = append(secondarySPs, ssp)
}
if len(secondarySPIDs) == 5 {
if len(secondarySPIDs) == 6 {
break
}
}
Expand Down

0 comments on commit 504cf6a

Please sign in to comment.