Skip to content

Commit

Permalink
Set to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-sammons committed Nov 3, 2023
1 parent 3936241 commit 62c4ce1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ public void testAddMessagesWithFailedRollOverStopsIngestion() throws Exception {

assertThat(chunkManager.waitForRollOvers()).isFalse();

assertThat(chunkManager.getChunkList().size()).isEqualTo(1);
assertThat(chunkManager.getChunkList().size()).isEqualTo(0);
assertThat(getCount(MESSAGES_RECEIVED_COUNTER, metricsRegistry)).isEqualTo(20);
assertThat(getCount(MESSAGES_FAILED_COUNTER, metricsRegistry)).isEqualTo(0);
assertThat(getCount(ROLLOVERS_INITIATED, metricsRegistry)).isEqualTo(1);
Expand Down

0 comments on commit 62c4ce1

Please sign in to comment.