aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorGravatar Hasan-Ahmad <[email protected]>2018-10-15 21:46:14 +0100
committerGravatar Hasan-Ahmad <[email protected]>2018-10-15 21:46:14 +0100
commit1376a9d1d94626b9dfd70f48b0f447d2aa89ec98 (patch)
treebba01e6b3bec40de516e4139c3b3d3bb110e8a87 /api
parentFixed import order and linting (diff)
Added SnakeFact import
Diffstat (limited to 'api')
-rw-r--r--api/tests/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/tests/test_models.py b/api/tests/test_models.py
index 3cf828d6..f2ab87d8 100644
--- a/api/tests/test_models.py
+++ b/api/tests/test_models.py
@@ -2,7 +2,7 @@ from django.test import SimpleTestCase
from ..models import (
DocumentationLink, Member, ModelReprMixin,
- OffTopicChannelName, Role, SnakeName, Tag
+ OffTopicChannelName, Role, SnakeFact, SnakeName, Tag
)