!str GraphInterpreterSpecKit must not extend AkkaSpec

This commit is contained in:
Roland Kuhn 2015-11-03 18:56:46 +01:00
parent 1378fedad0
commit 12a820326d
7 changed files with 13 additions and 10 deletions

View file

@ -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 {