From a2038b0ea35d1466c84e6e04a2e4597fc038815a Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 9 May 2024 10:02:00 +0200 Subject: Restructure database-related functions --- model/recipes_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'model/recipes_test.go') diff --git a/model/recipes_test.go b/model/recipes_test.go index 15b90b6..d17ed92 100644 --- a/model/recipes_test.go +++ b/model/recipes_test.go @@ -21,8 +21,9 @@ func TestRecipesRead(t *testing.T) { storage.Create() } - InitDatabase(filepath.Join(storage.Path, "ceres.sqlite3")) - defer CloseDatabase() + ConnectDatabase(filepath.Join(storage.Path, "ceres.sqlite3")) + defer DisconnectDatabase() + MigrateDatabase() InjectTestRecipes() -- cgit v1.2.3-70-g09d2