Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
qianye1001 authored and lizhanhui committed Aug 30, 2024
1 parent 25558bc commit 9448590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ public void assertTotalBatchMaxBytes() throws NoSuchFieldException, IllegalAcces
@Test
public void assertGetRetryResponseCodes() {
assertNotNull(producer.getRetryResponseCodes());
assertEquals(7, producer.getRetryResponseCodes().size());
assertEquals(8, producer.getRetryResponseCodes().size());
}

@Test
Expand Down

0 comments on commit 9448590

Please sign in to comment.