Skip to content

Commit

Permalink
test: expect maxCommandsInBatch=1
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaschoenburg committed Feb 14, 2023
1 parent e41d326 commit 97532f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void shouldUseDefaultMaxCommandsInBatch() {
final int limit = cfg.getMaxCommandsInBatch();

// then
assertThat(limit).isEqualTo(100);
assertThat(limit).isEqualTo(1);
}

@Test
Expand Down

0 comments on commit 97532f6

Please sign in to comment.