Merge pull request #18016 from luben/akka-stream-test-fix
=str fix ambigous import of akka(-stream).testkit.AkkaSpec
This commit is contained in:
commit
c429788c6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue