=str fix double-dilation in StreamTestKit
This commit is contained in:
parent
880d51b89b
commit
f416e89edb
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ object TestSubscriber {
|
||||||
* Expect and return [[SubscriberEvent]] (any of: `OnSubscribe`, `OnNext`, `OnError` or `OnComplete`).
|
* Expect and return [[SubscriberEvent]] (any of: `OnSubscribe`, `OnNext`, `OnError` or `OnComplete`).
|
||||||
*/
|
*/
|
||||||
def expectEvent(max: FiniteDuration): SubscriberEvent =
|
def expectEvent(max: FiniteDuration): SubscriberEvent =
|
||||||
probe.expectMsgType[SubscriberEvent](max.dilated)
|
probe.expectMsgType[SubscriberEvent](max)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fluent DSL
|
* Fluent DSL
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue