Removed unecessary import
This commit is contained in:
parent
c6b157dd3a
commit
3d6c0fbae6
1 changed files with 1 additions and 2 deletions
|
|
@ -8,7 +8,6 @@ import akka.util.duration._
|
|||
//#imports
|
||||
import akka.actor.Actor
|
||||
import akka.event.Logging
|
||||
import com.typesafe.config.Config
|
||||
|
||||
//#imports
|
||||
|
||||
|
|
@ -31,7 +30,7 @@ class ActorDocSpec extends AkkaSpec(Map("akka.loglevel" -> "INFO")) {
|
|||
|
||||
// testing the actor
|
||||
|
||||
// TODO: convert docs to AkkaSpec(Configuration(...))
|
||||
// TODO: convert docs to AkkaSpec(Map(...))
|
||||
val filter = EventFilter.custom {
|
||||
case e: Logging.Info ⇒ true
|
||||
case _ ⇒ false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue