+str #18556 add delay combinator
This commit is contained in:
parent
83d3143236
commit
d5cae10a67
3 changed files with 20 additions and 11 deletions
|
|
@ -266,7 +266,7 @@ object TestSubscriber {
|
|||
/**
|
||||
* Fluent DSL
|
||||
*
|
||||
* Expect a stream element during specified time, then timeout.
|
||||
* Expect a stream element during specified time or timeout.
|
||||
*/
|
||||
def expectNext(d: FiniteDuration, element: I): Self = {
|
||||
probe.expectMsg(d, OnNext(element))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue