aboutsummaryrefslogtreecommitdiffstats
path: root/api/tests/test_models.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/tests/test_models.py')
-rw-r--r--api/tests/test_models.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/tests/test_models.py b/api/tests/test_models.py
index 91db2def..2e606801 100644
--- a/api/tests/test_models.py
+++ b/api/tests/test_models.py
@@ -1,11 +1,11 @@
from django.test import SimpleTestCase
from ..models import (
- DocumentationLink, Member, ModelReprMixin,
+ DocumentationLink, ModelReprMixin,
OffTopicChannelName, Role,
SnakeFact, SnakeIdiom,
SnakeName, SpecialSnake,
- Tag
+ Tag, User
)
@@ -41,7 +41,7 @@ class StringDunderMethodTests(SimpleTestCase):
id=5, name='test role',
colour=0x5, permissions=0
),
- Member(
+ User(
id=5, name='bob',
discriminator=1, avatar_hash=None
),