summaryrefslogtreecommitdiff
path: root/model/recipe.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/recipe.go')
-rw-r--r--model/recipe.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/recipe.go b/model/recipe.go
index 59a4c4a..7f8a1d5 100644
--- a/model/recipe.go
+++ b/model/recipe.go
@@ -260,6 +260,7 @@ func RecipeTestData() []Recipe {
{Amount: "4", Unit: "pieces", Type: "egg"},
{Amount: "800", Unit: "g", Type: "special stuff"},
{Amount: "0.5", Unit: "l", Type: "milk"},
+ {Amount: "", Unit: "", Type: "salt"},
},
},
{Text: "Heat up pan", Ingredients: []Ingredient{}},