Add expectNoMessage to subscriber probe

This commit is contained in:
Martynas Mickevičius 2019-07-02 15:08:28 +03:00
parent e3dc7b16b3
commit f75f1943a2
No known key found for this signature in database
GPG key ID: E735DF276C508071
5 changed files with 19 additions and 7 deletions

View file

@ -45,7 +45,7 @@ class RecipeMissedTicks extends RecipeSpec {
sub.expectNext(3)
subscription.request(1)
sub.expectNoMsg(100.millis)
sub.expectNoMessage()
pub.sendNext(())
sub.expectNext(0)