format source with scalafmt
This commit is contained in:
parent
0f40491d42
commit
ce404e4f53
1669 changed files with 43208 additions and 35404 deletions
|
|
@ -64,7 +64,8 @@ class FusingSpec extends StreamSpec {
|
|||
.via(snitchFlow.async)
|
||||
.mergeSubstreams
|
||||
.runWith(Sink.seq)
|
||||
.futureValue.sorted should ===(in)
|
||||
.futureValue
|
||||
.sorted should ===(in)
|
||||
val refs = receiveN(in.size + in.size) // each element through the first map, then the second map
|
||||
|
||||
refs.toSet should have size (in.size + 1) // outer/main actor + 1 actor per subflow
|
||||
|
|
@ -79,7 +80,8 @@ class FusingSpec extends StreamSpec {
|
|||
.async
|
||||
.mergeSubstreams
|
||||
.runWith(Sink.seq)
|
||||
.futureValue.sorted should ===(in)
|
||||
.futureValue
|
||||
.sorted should ===(in)
|
||||
val refs = receiveN(in.size + in.size) // each element through the first map, then the second map
|
||||
refs.toSet should have size (in.size + 1) // outer/main actor + 1 actor per subflow
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue