Updating tests for new app organization

This commit is contained in:
Isaac Bythewood
2018-02-08 22:44:55 -05:00
parent 1fcdf2a9a3
commit da853fad92
4 changed files with 6 additions and 6 deletions

View File

@@ -8,8 +8,8 @@ from django_images.models import Thumbnail
import factory
from taggit.models import Tag
from ..models import Pin, Image
from ...users.models import User
from core.models import Pin, Image
from users.models import User
TEST_IMAGE_PATH = 'logo.png'