diff --git a/internal/manager/persistence/test_support.go b/internal/manager/persistence/test_support.go index 091dd27e..6dd5d2c8 100644 --- a/internal/manager/persistence/test_support.go +++ b/internal/manager/persistence/test_support.go @@ -18,8 +18,7 @@ import ( // Change this to a filename if you want to run a single test and inspect the // resulting database. -// const TestDSN = "file::memory:" -const TestDSN = "/home/sybren/workspace/flamenco/tests.sqlite" +const TestDSN = "file::memory:" func CreateTestDB(t *testing.T) (db *DB, closer func()) { // Delete the SQLite file if it exists on disk.