aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/payments/tests/test_models.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--alphabetlearning/payments/tests/test_models.py (renamed from pyblackbird_cc/payments/tests/test_models.py)6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyblackbird_cc/payments/tests/test_models.py b/alphabetlearning/payments/tests/test_models.py
index 5f67e01..8c509f5 100644
--- a/pyblackbird_cc/payments/tests/test_models.py
+++ b/alphabetlearning/payments/tests/test_models.py
@@ -5,9 +5,9 @@ from django.core.exceptions import ValidationError
from django.db import IntegrityError
from django.test import RequestFactory
-from pyblackbird_cc.payments.models import ShoppingCart
-from pyblackbird_cc.payments.models import Subscription
-from pyblackbird_cc.payments.models import SubscriptionPlan
+from alphabetlearning.payments.models import ShoppingCart
+from alphabetlearning.payments.models import Subscription
+from alphabetlearning.payments.models import SubscriptionPlan
User = get_user_model()