=htc remove reference to jdk7 class in test
This commit is contained in:
parent
51eb69c0ff
commit
a8545c0437
1 changed files with 1 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ import akka.stream.scaladsl.{ Sink, Source }
|
||||||
import akka.testkit.TestProbe
|
import akka.testkit.TestProbe
|
||||||
import com.typesafe.config.ConfigFactory
|
import com.typesafe.config.ConfigFactory
|
||||||
import org.scalatest.{ Matchers, BeforeAndAfterAll, WordSpecLike }
|
import org.scalatest.{ Matchers, BeforeAndAfterAll, WordSpecLike }
|
||||||
import sun.security.provider.ConfigFile
|
|
||||||
|
|
||||||
import scala.concurrent.duration.FiniteDuration
|
import scala.concurrent.duration.FiniteDuration
|
||||||
import scala.concurrent.{ Await, Future }
|
import scala.concurrent.{ Await, Future }
|
||||||
|
|
@ -100,4 +99,4 @@ class DontLeakActorsOnFailingConnectionSpecs extends WordSpecLike with Matchers
|
||||||
system.awaitTermination(3.seconds)
|
system.awaitTermination(3.seconds)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue