smaller diff
This commit is contained in:
parent
ed7b49bbb5
commit
e2de8d22f1
1 changed files with 2 additions and 4 deletions
|
|
@ -5,14 +5,13 @@
|
|||
package akka.event
|
||||
|
||||
import scala.concurrent.duration._
|
||||
import com.typesafe.config.ConfigFactory
|
||||
|
||||
import com.typesafe.config.ConfigFactory
|
||||
import language.postfixOps
|
||||
|
||||
import akka.actor._
|
||||
import akka.testkit.{ AkkaSpec, GHExcludeTest, TestProbe }
|
||||
|
||||
import scala.concurrent.ExecutionContext
|
||||
|
||||
object EventStreamSpec {
|
||||
|
||||
val config = ConfigFactory.parseString("""
|
||||
|
|
@ -72,7 +71,6 @@ class EventStreamSpec extends AkkaSpec(EventStreamSpec.config) {
|
|||
import EventStreamSpec._
|
||||
|
||||
val impl = system.asInstanceOf[ActorSystemImpl]
|
||||
implicit val ec: ExecutionContext = system.dispatcher
|
||||
|
||||
"An EventStream" must {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue