Merge pull request #15478 from kanerogers/patch-1
Add import for TestProbe
This commit is contained in:
commit
5cc9eb2a88
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue