Skip to content

Commit

Permalink
PA-27048 Fix unrelated unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamil-Najafov committed Jul 8, 2024
1 parent d10748f commit 5986bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insdash/insdash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func Test_createBatches(t *testing.T) {
})

t.Run("should_return_batches_by_record_limit", func(t *testing.T) {
batches, err := CreateBatches([]string{"test", "test"}, 10, kb64)
batches, err := CreateBatches([]string{"test", "test"}, 1, kb64)

assert.Nil(t, err, "err should be nil")
assert.Equal(t, 2, len(batches), "batches length should be equal to 2")
Expand Down

0 comments on commit 5986bd5

Please sign in to comment.