Update after merge
This commit is contained in:
parent
52c01832da
commit
feb9499431
26 changed files with 59 additions and 63 deletions
|
|
@ -18,7 +18,8 @@ import scala.concurrent.duration._
|
|||
import java.nio.file.Paths
|
||||
//#other-imports
|
||||
|
||||
import org.scalatest._
|
||||
import org.scalatest.BeforeAndAfterAll
|
||||
import org.scalatest.wordspec.AnyWordSpec
|
||||
import org.scalatest.concurrent._
|
||||
|
||||
//#main-app
|
||||
|
|
@ -28,7 +29,7 @@ object Main extends App {
|
|||
}
|
||||
//#main-app
|
||||
|
||||
class QuickStartDocSpec extends WordSpec with BeforeAndAfterAll with ScalaFutures {
|
||||
class QuickStartDocSpec extends AnyWordSpec with BeforeAndAfterAll with ScalaFutures {
|
||||
implicit val patience = PatienceConfig(5.seconds)
|
||||
|
||||
def println(any: Any) = () // silence printing stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue