Skip to content

Commit

Permalink
Make tests compile again
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dimitrov <[email protected]>
  • Loading branch information
dimitarvdimitrov committed Sep 20, 2024
1 parent 83f04bb commit 7313090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/ingest/pusher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ func TestBatchingQueue_NoDeadlock(t *testing.T) {

// Add items to the queue
for i := 0; i < batchSize*(capacity+1); i++ {
require.NoError(t, queue.AddToBatch(ctx, series))
require.NoError(t, queue.AddToBatch(ctx, mimirpb.API, series))
}

// Close the queue to signal no more items will be added
Expand Down

0 comments on commit 7313090

Please sign in to comment.