make all tests pass again with 2.10.0-M7
This commit is contained in:
parent
531e3fc5a0
commit
d110836629
4 changed files with 8 additions and 12 deletions
|
|
@ -108,7 +108,7 @@ class FutureDocSpec extends AkkaSpec {
|
|||
}
|
||||
val result = Await.result(f2, 1 second)
|
||||
result must be(10)
|
||||
f1.value must be(Some(Right("HelloWorld")))
|
||||
f1.value must be(Some(Success("HelloWorld")))
|
||||
//#map
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue