remove akka.stream.testkit.AkkaSpec, fixes #19879
This commit is contained in:
parent
06b4d54960
commit
45e97e8467
183 changed files with 265 additions and 346 deletions
|
|
@ -8,8 +8,7 @@ import scala.concurrent.Future
|
|||
import org.scalatest.concurrent.ScalaFutures
|
||||
import scala.concurrent.duration._
|
||||
|
||||
class RecipeSeq extends RecipeSpec with ScalaFutures {
|
||||
implicit val patience = PatienceConfig(3.seconds)
|
||||
class RecipeSeq extends RecipeSpec {
|
||||
|
||||
"Draining to a strict sequence" must {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue