=str don't run streams test twice because of junit.RunWith annotation

This commit is contained in:
Johannes Rudolph 2014-10-31 17:03:55 +01:00
parent 03aeb667e1
commit c6267fdc37
22 changed files with 0 additions and 22 deletions

View file

@ -15,7 +15,6 @@ import akka.stream.testkit.StreamTestKit
import akka.testkit.TestLatch
import akka.testkit.TestProbe
@org.junit.runner.RunWith(classOf[org.scalatest.junit.JUnitRunner])
class FlowMapAsyncSpec extends AkkaSpec {
implicit val materializer = FlowMaterializer()