Skip to content

Commit

Permalink
test: fix ResponseSmppSessionHandlerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSafonov committed Jul 22, 2020
1 parent 101f996 commit 6389ce9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ void shouldThrowNPE() {
assertThrows(NullPointerException.class, () -> new ResponseSmppSessionHandler(clientId, null));
}

@Test
void shouldDoNothingBecauseRequestIsNull() {
responseSmppSessionHandler.firePduRequestReceived(null);

verifyNoInteractions(deliveryReportConsumer);
}

@Test
void shouldDoNothingBecauseRequestIsNotDeliveryReceipt() {
Expand Down

0 comments on commit 6389ce9

Please sign in to comment.