Clean up runNavidrome function

This commit is contained in:
Deluan 2024-05-09 07:42:40 -04:00
parent c4b05dac28
commit 885cd345ab
4 changed files with 41 additions and 20 deletions

View file

@ -23,7 +23,7 @@ func TestPersistence(t *testing.T) {
//os.Remove("./test-123.db")
//conf.Server.DbPath = "./test-123.db"
conf.Server.DbPath = "file::memory:?cache=shared"
db.Init()
defer db.Init()()
log.SetLevel(log.LevelError)
RegisterFailHandler(Fail)
RunSpecs(t, "Persistence Suite")