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.go2
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)