=str more robust dispatcher checking in FileSource specs

This commit is contained in:
Konrad Malawski 2015-04-24 11:07:26 +02:00
parent 1a5d114290
commit 0aecf21c7a
6 changed files with 52 additions and 24 deletions

View file

@ -8,9 +8,9 @@ import akka.actor.ActorSystem
import akka.actor.DeadLetterSuppression
import akka.stream._
import akka.stream.impl._
import akka.testkit.TestProbe
import akka.stream.impl.StreamLayout.Module
import akka.stream.scaladsl._
import akka.testkit.TestProbe
import org.reactivestreams.{ Publisher, Subscriber, Subscription }
import scala.collection.immutable
import scala.concurrent.duration._