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

@@ -6,8 +6,8 @@ from tastypie.exceptions import Unauthorized
from tastypie.test import ResourceTestCase
from .helpers import ImageFactory, PinFactory, UserFactory
from ..models import Pin, Image
from ...users.models import User
from core.models import Pin, Image
from users.models import User
__all__ = ['ImageResourceTest', 'PinResourceTest']