From 0ac3cc76b4b6c824c4b3f7a357d40b487984abfb Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 9 May 2024 22:33:42 +0200 Subject: Inject examples only with new --example flag The default use case should be to not inject example recipes. --- model/recipes_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model/recipes_test.go') 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) -- cgit v1.2.3-70-g09d2