Skip to content

Commit

Permalink
Fix pipeline failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
rujche committed Jan 6, 2022
1 parent 8baaaca commit 78066e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void testReceiveFailure() {
.thenReturn(new PagedFlux<>(() -> Mono.error(new QueueStorageException("error happened", null, null))));

final Mono<Message<?>> mono = this.operation.receiveAsync(this.destination);
verifyStorageQueueRuntimeExceptionThrown(mono);
verifyQueueStorageExceptionThrown(mono);
}

@Test
Expand Down

0 comments on commit 78066e6

Please sign in to comment.