Skip to content

Commit 064dd77

Browse files
committed
fix lint
Signed-off-by: yeya24 <[email protected]>
1 parent c36d612 commit 064dd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scheduler/scheduler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ func TestQueryFragmentRegistryNoLeak(t *testing.T) {
848848
frontendAddr := "frontend1"
849849

850850
// Simulate 100 requests completing normally
851-
for i := 0; i < 100; i++ {
851+
for i := range 100 {
852852
queryID := uint64(i)
853853
fragmentID := uint64(0)
854854

0 commit comments

Comments
 (0)