mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Update munit to 1.0.0, munit-cats-effect to 2.0.0
This commit is contained in:
@ -19,7 +19,7 @@ import munit._
|
||||
|
||||
class ZipTest extends CatsEffectSuite with TestLoggingConfig {
|
||||
val logger = docspell.logging.getLogger[IO]
|
||||
val tempDir = ResourceFixture(
|
||||
val tempDir = ResourceFunFixture(
|
||||
Files[IO].tempDirectory(Path("target").some, "zip-test-", None)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user