Skip to content

Commit

Permalink
UXPROD-5001 sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonAntonich committed Dec 16, 2024
1 parent 5d4a533 commit 7cc7e46
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class RequestNoticeSenderTest {
void shouldNotSendNotificationWhenIsDcbCancellationTrue() {
JsonObject representation = new RequestBuilder().create();
representation.put("isDcbReRequestCancellation", true);
// try to send notification
requestNoticeSender.sendNoticeOnRequestCancelled(
new RequestAndRelatedRecords(Request.from(representation)));
Mockito.verify(immediatePatronNoticeService, times(0)).acceptNoticeEvent(any());
Expand Down

0 comments on commit 7cc7e46

Please sign in to comment.