Skip to content

Commit

Permalink
Pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tgracchus committed Jun 17, 2024
1 parent 7327679 commit d586ada
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ public void test_Qos2AndQos1PublishDoNotInterfereWithEachOther() {
verify(incomingPublishHandler, times(1)).interceptOrDelegate(any(ChannelHandlerContext.class),
eq(publishQoS2),
eq(CLIENT_ID));
verify(incomingPublishHandler, times(0)).interceptOrDelegate(any(ChannelHandlerContext.class),
verify(incomingPublishHandler, never()).interceptOrDelegate(any(ChannelHandlerContext.class),
eq(publishQoS2Duplicate),
eq(CLIENT_ID));
}
Expand Down

0 comments on commit d586ada

Please sign in to comment.