!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

@ -9,7 +9,7 @@ import akka.stream.testkit.Utils.TE
import scala.concurrent.duration._
class LifecycleInterpreterSpec extends GraphInterpreterSpecKit {
class LifecycleInterpreterSpec extends AkkaSpec with GraphInterpreterSpecKit {
import akka.stream.Supervision._
"Interpreter" must {