summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/playlib/test/src/mill/playlib/HelloWorldTests.scala (renamed from contrib/playlib/test/src/mill/playlib/HelloWorldRouterTests.scala)2
-rw-r--r--contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html (renamed from contrib/playlib/test/resources/hello-world/core/views/hello.scala.html)0
2 files changed, 1 insertions, 1 deletions
diff --git a/contrib/playlib/test/src/mill/playlib/HelloWorldRouterTests.scala b/contrib/playlib/test/src/mill/playlib/HelloWorldTests.scala
index f98ba749..e4dc7399 100644
--- a/contrib/playlib/test/src/mill/playlib/HelloWorldRouterTests.scala
+++ b/contrib/playlib/test/src/mill/playlib/HelloWorldTests.scala
@@ -5,7 +5,7 @@ import mill.util.{TestEvaluator, TestUtil}
import utest.framework.TestPath
import utest.{TestSuite, Tests, assert, _}
-object HelloWorldRouterTests extends TestSuite {
+object HelloWorldTests extends TestSuite {
trait HelloBase extends TestUtil.BaseModule {
override def millSourcePath: Path = TestUtil.getSrcPathBase() / millOuterCtx.enclosing.split('.')
diff --git a/contrib/playlib/test/resources/hello-world/core/views/hello.scala.html b/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html
index 3603fe07..3603fe07 100644
--- a/contrib/playlib/test/resources/hello-world/core/views/hello.scala.html
+++ b/contrib/twirllib/test/resources/hello-world/core/views/hello.scala.html