Merge pull request #19546 from akka/wip-19544-FlowExpandSpec-RK
#19544 fix FlowExpandSpec
This commit is contained in:
commit
63d366f4c1
1 changed files with 2 additions and 2 deletions
|
|
@ -135,9 +135,9 @@ class FlowExpandSpec extends AkkaSpec {
|
|||
source
|
||||
.sendNext(1)
|
||||
sink
|
||||
.request(5)
|
||||
.request(4)
|
||||
.expectNext(1 -> 0, 1 -> 1, 1 -> 2)
|
||||
.expectNoMsg(300.millis)
|
||||
.expectNoMsg(100.millis)
|
||||
source
|
||||
.sendNext(2)
|
||||
.sendComplete()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue