We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3c279 commit d0d8e23Copy full SHA for d0d8e23
scalikejdbc-play-fixture/src/main/scala/scalikejdbc/play/FixtureSupport.scala
@@ -62,7 +62,7 @@ trait FixtureSupport {
62
List(fixturesRootPath, dbName, fixtureName).mkString("/")
63
environment.resource(resourceName) match {
64
case Some(resource) => Fixture(new File(resource.getPath))
65
- case None =>
+ case None =>
66
throw new FixtureNotFoundException(
67
"Fixture not found (%s)".format(resourceName)
68
)
0 commit comments