+str #17254: Accept graphs instead of Flow/Source/Sink etc.
This commit is contained in:
parent
1a5d114290
commit
d73f78dcbf
9 changed files with 100 additions and 90 deletions
|
|
@ -141,7 +141,7 @@ class FlowMapAsyncUnorderedSpec extends AkkaSpec {
|
|||
.withAttributes(supervisionStrategy(resumingDecider))
|
||||
.runWith(TestSink.probe[Int])
|
||||
.request(10)
|
||||
.expectNext(1, 2, 4, 5)
|
||||
.expectNextUnordered(1, 2, 4, 5)
|
||||
.expectComplete()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue