diff --git a/modules/store/src/test/scala/docspell/store/DatabaseTest.scala b/modules/store/src/test/scala/docspell/store/DatabaseTest.scala index dcd03557..e2e9363e 100644 --- a/modules/store/src/test/scala/docspell/store/DatabaseTest.scala +++ b/modules/store/src/test/scala/docspell/store/DatabaseTest.scala @@ -50,7 +50,7 @@ trait DatabaseTest lazy val h2DataSource = ResourceSuiteLocalFixture( "h2DataSource", { - val jdbc = StoreFixture.memoryDB("test") + val jdbc = StoreFixture.memoryDB(UUID.randomUUID().toString) StoreFixture.dataSource(jdbc).map(ds => (jdbc, ds)) } )