summaryrefslogtreecommitdiff
path: root/model/recipes_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/recipes_test.go')
-rw-r--r--model/recipes_test.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/model/recipes_test.go b/model/recipes_test.go
index d17ed92..159422f 100644
--- a/model/recipes_test.go
+++ b/model/recipes_test.go
@@ -17,13 +17,10 @@ func TestRecipesRead(t *testing.T) {
defer os.RemoveAll(storagePath)
storage := NewStorage(storagePath)
- if !storage.Exists() {
- storage.Create()
- }
ConnectDatabase(filepath.Join(storage.Path, "ceres.sqlite3"))
defer DisconnectDatabase()
- MigrateDatabase()
+ MigrateDatabase("dummy_version")
InjectTestRecipes()