aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/users/tests/test_models.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--alphabetlearning/users/tests/test_models.py (renamed from pyblackbird_cc/users/tests/test_models.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/users/tests/test_models.py b/alphabetlearning/users/tests/test_models.py
index 33802cd..502536f 100644
--- a/pyblackbird_cc/users/tests/test_models.py
+++ b/alphabetlearning/users/tests/test_models.py
@@ -1,4 +1,4 @@
-from pyblackbird_cc.users.models import User
+from alphabetlearning.users.models import User
def test_user_get_absolute_url(user: User):