diff options
-rw-r--r-- | api/tests/test_models.py | 1 |
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', |