!str GraphInterpreterSpecKit must not extend AkkaSpec
This commit is contained in:
parent
1378fedad0
commit
12a820326d
7 changed files with 13 additions and 10 deletions
|
|
@ -8,7 +8,7 @@ import akka.stream.testkit.AkkaSpec
|
|||
import akka.stream.scaladsl.{ Merge, Broadcast, Balance, Zip }
|
||||
import GraphInterpreter._
|
||||
|
||||
class GraphInterpreterSpec extends GraphInterpreterSpecKit {
|
||||
class GraphInterpreterSpec extends AkkaSpec with GraphInterpreterSpecKit {
|
||||
import GraphStages._
|
||||
|
||||
"GraphInterpreter" must {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue