Skip to content

Commit

Permalink
Fix stream test
Browse files Browse the repository at this point in the history
  • Loading branch information
fionaliao committed Nov 15, 2024
1 parent 93d9912 commit 18d9cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/querier/batch/stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestBatchStream_Merge(t *testing.T) {
s.batches = tc.batches

for i := range tc.newBatches {
s.merge(&tc.newBatches[i], chunk.BatchSize)
s.merge(&tc.newBatches[i], chunk.BatchSize, 0)
}

require.Equal(t, len(tc.output), len(s.batches))
Expand Down

0 comments on commit 18d9cf2

Please sign in to comment.