Avoid unused val
This commit is contained in:
parent
de7dc9cdf8
commit
22a78ee22f
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ class ActorFlowSpec extends ScalaTestWithActorTestKit with AnyWordSpecLike {
|
||||||
val in: Future[immutable.Seq[String]] =
|
val in: Future[immutable.Seq[String]] =
|
||||||
Source(1 to 50).map(_.toString).via(askFlow).map(_.msg).runWith(Sink.seq)
|
Source(1 to 50).map(_.toString).via(askFlow).map(_.msg).runWith(Sink.seq)
|
||||||
//#ask
|
//#ask
|
||||||
|
askFlowExplicit.map(identity)
|
||||||
|
|
||||||
in.futureValue shouldEqual List.tabulate(51)(i => Reply(s"$i!!!")).drop(1)
|
in.futureValue shouldEqual List.tabulate(51)(i => Reply(s"$i!!!")).drop(1)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue