replace AkkaSpec with StreamSpec for stream tests #21011
This commit is contained in:
parent
c520df3210
commit
39008dc58a
116 changed files with 188 additions and 294 deletions
|
|
@ -5,12 +5,12 @@ package akka.stream.impl.fusing
|
|||
|
||||
import akka.stream.impl.ConstantFun
|
||||
import akka.stream.stage._
|
||||
import akka.testkit.AkkaSpec
|
||||
import akka.stream.testkit.StreamSpec
|
||||
import akka.testkit.EventFilter
|
||||
|
||||
import akka.stream._
|
||||
|
||||
class InterpreterSpec extends AkkaSpec with GraphInterpreterSpecKit {
|
||||
class InterpreterSpec extends StreamSpec with GraphInterpreterSpecKit {
|
||||
import Supervision.stoppingDecider
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue