Merge pull request #17296 from drewhk/wip-17254-use-shapes-when-possible-drewhk
+str #17254: Accept graphs instead of Flow/Source/Sink etc.
This commit is contained in:
commit
a44f8b42e2
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