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
|
|
@ -217,7 +217,7 @@ class TestkitDocSpec extends AkkaSpec with DefaultTimeout with ImplicitSender {
|
|||
val future = probe.ref ? "hello"
|
||||
probe.expectMsg(0 millis, "hello") // TestActor runs on CallingThreadDispatcher
|
||||
probe.reply("world")
|
||||
assert(future.isCompleted && future.value == Some(Right("world")))
|
||||
assert(future.isCompleted && future.value == Some(Success("world")))
|
||||
//#test-probe-reply
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue