ran and fixed tests

This commit is contained in:
smilerz
2021-08-13 15:22:22 -05:00
parent 447ead59a9
commit 7b4123462d
5 changed files with 12 additions and 8 deletions

View File

@ -7,7 +7,7 @@ from django.contrib import auth
from django.contrib.auth.models import User, Group
from django_scopes import scopes_disabled
from cookbook.models import Space, Recipe, Step, Ingredient, Food, Unit, Storage
from cookbook.models import Space, Recipe, Step, Ingredient, Food, Unit
# hack from https://github.com/raphaelm/django-scopes to disable scopes for all fixtures