Skip to content

Commit

Permalink
Verify polling in consumer message send test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Dyszkiewicz committed Aug 13, 2018
1 parent 1816eda commit 80fa62e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public void shouldDeliverToModifiedEndpoint() {
sender.sendAsync(message);

// then
verify(otherMessageSender).send(message);
verify(otherMessageSender, timeout(1000)).send(message);
}

@Test
Expand Down

0 comments on commit 80fa62e

Please sign in to comment.