Merge pull request #2664 from eikek/update-munit

Update munit to 1.0.0, munit-cats-effect to 2.0.0
This commit is contained in:
mergify[bot]
2024-05-28 19:22:48 +00:00
committed by GitHub
7 changed files with 12 additions and 12 deletions

View File

@ -16,7 +16,7 @@ import munit.CatsEffectSuite
class DirectoryTest extends CatsEffectSuite with TestLoggingConfig {
val logger = docspell.logging.getLogger[IO]
val tempDir = ResourceFixture(
val tempDir = ResourceFunFixture(
Files[IO].tempDirectory(Path("target").some, "directory-test-", None)
)