summaryrefslogtreecommitdiffstats
path: root/hyperkitty/tests/test_models.py
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/tests/test_models.py')
-rw-r--r--hyperkitty/tests/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/tests/test_models.py b/hyperkitty/tests/test_models.py
index 120e571..bcbcf58 100644
--- a/hyperkitty/tests/test_models.py
+++ b/hyperkitty/tests/test_models.py
@@ -19,7 +19,7 @@
# Author: Aamir Khan <syst3m.w0rm@gmail.com>
#
-from django.test import TestCase
+from hyperkitty.tests.utils import TestCase
from hyperkitty.models import Rating, Tag
class RatingTestCase(TestCase):