Skip to content

Commit

Permalink
fixing condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed May 25, 2023
1 parent 517775e commit b32be29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batcher/batcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ func TestBatcher(t *testing.T) {
bat.WaitDone()

require.Equal(t, wanted, got)
require.True(t, minWantedBatches < gotBatches)
require.True(t, minWantedBatches <= gotBatches)
}

0 comments on commit b32be29

Please sign in to comment.