Change to assert text
This commit is contained in:
parent
7f3b00fe44
commit
c9f66f5a78
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class ActorFlowSpec extends ScalaTestWithActorTestKit with AnyWordSpecLike {
|
|||
//#ask
|
||||
askFlowExplicit.map(identity)
|
||||
|
||||
in.futureValue shouldEqual List.tabulate(51)(i => Reply(s"$i!!!")).drop(1)
|
||||
in.futureValue shouldEqual List.tabulate(51)(i => s"$i!!!").drop(1)
|
||||
}
|
||||
|
||||
"signal ask timeout failure" in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue