aboutsummaryrefslogtreecommitdiffstats
path: root/api/tests
diff options
context:
space:
mode:
authorGravatar Hasan-Ahmad <[email protected]>2018-10-15 21:49:52 +0100
committerGravatar Hasan-Ahmad <[email protected]>2018-10-15 21:49:52 +0100
commit1d0097103b5caed534a1ffc9761f10f4178ba6b0 (patch)
tree3dbcbc7a1e5803ca68bc795b65a69f35dddd1f41 /api/tests
parentAdded SnakeFact import (diff)
added SnakeName to setUp
Diffstat (limited to 'api/tests')
-rw-r--r--api/tests/test_models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/tests/test_models.py b/api/tests/test_models.py
index f2ab87d8..55009bf6 100644
--- a/api/tests/test_models.py
+++ b/api/tests/test_models.py
@@ -27,6 +27,7 @@ class StringDunderMethodTests(SimpleTestCase):
'test', 'http://example.com', 'http://example.com'
),
OffTopicChannelName(name='bob-the-builders-playground'),
+ SnakeFact(fact='snakes are cute'),
SnakeName(name='python', scientific='3'),
Role(
id=5, name='test role',