diff options
Diffstat (limited to '')
-rw-r--r-- | alphabetlearning/users/tests/test_urls.py (renamed from pyblackbird_cc/users/tests/test_urls.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/users/tests/test_urls.py b/alphabetlearning/users/tests/test_urls.py index e5bdc25..e70dc03 100644 --- a/pyblackbird_cc/users/tests/test_urls.py +++ b/alphabetlearning/users/tests/test_urls.py @@ -1,7 +1,7 @@ from django.urls import resolve from django.urls import reverse -from pyblackbird_cc.users.models import User +from alphabetlearning.users.models import User def test_detail(user: User): |