Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Dec 10, 2024
1 parent f318c85 commit 74122b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/schedule/schedulers/evict_slow_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func TestEvictSlowStoreBatch(t *testing.T) {
tc.AddLeaderStore(2, 0)
tc.AddLeaderStore(3, 0)
// Add regions with leader in store 1
for i := 0; i < 10000; i++ {
for i := range 10000 {
tc.AddLeaderRegion(uint64(i), 1, 2)
}

Expand Down

0 comments on commit 74122b1

Please sign in to comment.