Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Jun 17, 2024
1 parent 9dcb0eb commit 7b06869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/batch/batch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestBySize(t *testing.T) {

{
// Empty slice:
batches, err := testBySize([]string{}, 0, panicEncoder)
batches, err := testBySize([]string{}, 10, panicEncoder)
assert.NoError(t, err)
assert.Empty(t, batches)
}
Expand Down

0 comments on commit 7b06869

Please sign in to comment.