summaryrefslogtreecommitdiff
path: root/example/todo/app/test/src/ExampleTests.scala
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-10-09 08:10:00 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2019-10-09 08:10:00 +0800
commitfad17164dfe9252d3e3b6f90c0b74f8378c059e3 (patch)
tree459efb8657500f67e22a8e544f5aece83f828f77 /example/todo/app/test/src/ExampleTests.scala
parentd769f19643f51a8297abebbee01dc61d5bf5a2d5 (diff)
downloadcask-fad17164dfe9252d3e3b6f90c0b74f8378c059e3.tar.gz
cask-fad17164dfe9252d3e3b6f90c0b74f8378c059e3.tar.bz2
cask-fad17164dfe9252d3e3b6f90c0b74f8378c059e3.zip
upgrade to quill 3.4.10, re-enable database examples
Diffstat (limited to 'example/todo/app/test/src/ExampleTests.scala')
-rw-r--r--example/todo/app/test/src/ExampleTests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/todo/app/test/src/ExampleTests.scala b/example/todo/app/test/src/ExampleTests.scala
index e1be23c..0c39c87 100644
--- a/example/todo/app/test/src/ExampleTests.scala
+++ b/example/todo/app/test/src/ExampleTests.scala
@@ -1,7 +1,7 @@
package app
import utest._
object ExampleTests extends TestSuite{
- def withServer[T](example: cask.main.BaseMain)(f: String => T): T = {
+ def withServer[T](example: cask.main.Main)(f: String => T): T = {
val server = io.undertow.Undertow.builder
.addHttpListener(8080, "localhost")
.setHandler(example.defaultHandler)