Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Remit committed Oct 13, 2023
1 parent cef11f8 commit 09514db
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ public void test_inflight_messages_packet_id_not_available() {

verify(freePacketIdRanges, times(1)).takeIfAvailable(anyInt());
verify(publishFlushHandler, times(1)).sendPublishes(any(List.class));
verify(freePacketIdRanges).returnId(2);
}

@Test
Expand Down

0 comments on commit 09514db

Please sign in to comment.