Skip to content

Commit

Permalink
Fix itest
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Sep 6, 2024
1 parent 8dc2144 commit eb6c47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mill-plugin-itest/src/h2/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def verify(): Command[Unit] = T.command {

val generatedDaos = os.walk(root.squeryTargetDir() / "public" / "daos").filter(os.isFile)
assertEquals(generatedDaos.size, 17)
assert(generatedDaos.map(_.last).contains("ActorCrudDao.scala"), "ActorCrudDao was not generated")
assert(generatedDaos.map(_.last).contains("ActorDao.scala"), "ActorDao was not generated")

root.test.test()()
()
Expand Down

0 comments on commit eb6c47d

Please sign in to comment.