aboutsummaryrefslogtreecommitdiffstats
path: root/api/tests
diff options
context:
space:
mode:
Diffstat (limited to 'api/tests')
-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
)