aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/users/tests/test_tasks.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--alphabetlearning/users/tests/test_tasks.py (renamed from pyblackbird_cc/users/tests/test_tasks.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyblackbird_cc/users/tests/test_tasks.py b/alphabetlearning/users/tests/test_tasks.py
index 6282bfb..92f0e8a 100644
--- a/pyblackbird_cc/users/tests/test_tasks.py
+++ b/alphabetlearning/users/tests/test_tasks.py
@@ -1,8 +1,8 @@
import pytest
from celery.result import EagerResult
-from pyblackbird_cc.users.tasks import get_users_count
-from pyblackbird_cc.users.tests.factories import UserFactory
+from alphabetlearning.users.tasks import get_users_count
+from alphabetlearning.users.tests.factories import UserFactory
pytestmark = pytest.mark.django_db