Merge pull request #18016 from luben/akka-stream-test-fix

=str fix ambigous import of akka(-stream).testkit.AkkaSpec
This commit is contained in:
Konrad Malawski 2015-07-16 18:09:29 +02:00
commit c429788c6b

View file

@ -16,7 +16,7 @@ import akka.stream.{ AbruptTerminationException, Attributes, ActorMaterializerSe
import akka.stream.impl._
import akka.stream.testkit._
import akka.stream.testkit.Utils._
import akka.testkit._
import akka.testkit.{ TestDuration, EventFilter }
import akka.testkit.TestEvent.{ UnMute, Mute }
import com.typesafe.config.ConfigFactory
import org.reactivestreams.{ Subscription, Processor, Subscriber, Publisher }