This commit is contained in:
smilerz
2021-12-13 15:06:04 -06:00
parent 6d1476b2d8
commit c32a96fd6f
4 changed files with 105 additions and 51 deletions

View File

@@ -195,7 +195,7 @@ class MealPlanFactory(factory.django.DjangoModelFactory):
space = factory.SubFactory(SpaceFactory)
class Params:
has_recipe = False
has_recipe = True
class Meta:
model = 'cookbook.MealPlan'