remove akka.stream.testkit.AkkaSpec, fixes #19879
This commit is contained in:
parent
06b4d54960
commit
45e97e8467
183 changed files with 265 additions and 346 deletions
|
|
@ -4,7 +4,6 @@
|
|||
package akka.stream.scaladsl
|
||||
|
||||
import akka.NotUsed
|
||||
import akka.stream.testkit.AkkaSpec
|
||||
import akka.stream.testkit.Utils._
|
||||
import org.scalactic.ConversionCheckedTripleEquals
|
||||
import akka.util.ByteString
|
||||
|
|
@ -12,8 +11,9 @@ import akka.stream._
|
|||
import scala.concurrent.Await
|
||||
import scala.concurrent.duration._
|
||||
import scala.collection.immutable
|
||||
import akka.testkit.AkkaSpec
|
||||
|
||||
class BidiFlowSpec extends AkkaSpec with ConversionCheckedTripleEquals {
|
||||
class BidiFlowSpec extends AkkaSpec {
|
||||
import Attributes._
|
||||
import GraphDSL.Implicits._
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue