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

@@ -5,7 +5,7 @@ from django.test.utils import override_settings
import mock
from .auth.backends import CombinedAuthBackend
from ..core.models import Image, Pin
from core.models import Image, Pin
from .models import User