Add import for TestProbe
The example for TestProbe doesn't seem to work very well without the TestProbe class imported. :-(
This commit is contained in:
parent
5608abdb9a
commit
e62610bbd7
1 changed files with 2 additions and 1 deletions
|
|
@ -9,8 +9,9 @@ import akka.testkit._
|
||||||
|
|
||||||
//#imports-test-probe
|
//#imports-test-probe
|
||||||
import scala.concurrent.duration._
|
import scala.concurrent.duration._
|
||||||
import akka.actor._
|
|
||||||
import scala.concurrent.Future
|
import scala.concurrent.Future
|
||||||
|
import akka.actor._
|
||||||
|
import akka.testkit.TestProbe
|
||||||
|
|
||||||
//#imports-test-probe
|
//#imports-test-probe
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue