You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upgraded to pureharm-testkit 0.3.0` which replaces scalatest w/ munit.
you have to use testResource.test("name") in all your tests to be consistent w/ munit handling of resources.
DBTestSetup.flywayConfig now takes an implicit logger, should be source compatible. Updated to copy schema name from the db config by default. Since most likely it's wrong if the schema name is different between the two configs.