Skip to content

Commit

Permalink
removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maitrimangal committed Aug 22, 2023
1 parent 11af2a0 commit 3200173
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,9 @@ public void testReceiptModackForExactlyOnceDelivered() {
modackRequestDataList.add(new ModackRequestData(MIN_ACK_DEADLINE_SECONDS, ackRequestData));

verify(mockMessageReceiverWithAckResponse, times(1))
.receiveMessage(argThat(new MessageMatcher(TEST_MESSAGE.getMessage())), any(AckReplyConsumerWithResponse.class));
.receiveMessage(
argThat(new MessageMatcher(TEST_MESSAGE.getMessage())),
any(AckReplyConsumerWithResponse.class));
}

@Test
Expand Down

0 comments on commit 3200173

Please sign in to comment.