smaller diff

This commit is contained in:
Arnout Engelen 2021-08-05 12:49:43 +02:00
parent ed7b49bbb5
commit e2de8d22f1
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA

View file

@ -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 {