diff options
Diffstat (limited to 'model/recipes_test.go')
-rw-r--r-- | model/recipes_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/recipes_test.go b/model/recipes_test.go index 159422f..13a8b2f 100644 --- a/model/recipes_test.go +++ b/model/recipes_test.go @@ -22,7 +22,7 @@ func TestRecipesRead(t *testing.T) { defer DisconnectDatabase() MigrateDatabase("dummy_version") - InjectTestRecipes() + InjectExampleRecipes() r := make(Recipes, 0) |