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:
Kane Rogers 2014-07-02 12:55:48 +10:00
parent 5608abdb9a
commit e62610bbd7

View file

@ -9,8 +9,9 @@ import akka.testkit._
//#imports-test-probe
import scala.concurrent.duration._
import akka.actor._
import scala.concurrent.Future
import akka.actor._
import akka.testkit.TestProbe
//#imports-test-probe