Skip to content

Commit

Permalink
fixed review recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
mynecker committed Oct 21, 2024
1 parent 0576ee7 commit e13465c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ void testPersistentMessageHandlerScanCommandMsgAcked() {
when(scanManager.scan(any())).thenReturn("scanId");
when(scanManager.isScanComplete("scanId")).thenReturn(true);
solacePersistentMessageHandler.onMessage(inboundMessage);

// sleep for a while to allow the scan complete poll interval to pass
waitForScanCompletePolling(2);
// the scan command message processor should be called once by the persistent message handler
Expand Down

0 comments on commit e13465c

Please sign in to comment.