diff options
author | 2018-10-15 21:49:52 +0100 | |
---|---|---|
committer | 2018-10-15 21:49:52 +0100 | |
commit | 1d0097103b5caed534a1ffc9761f10f4178ba6b0 (patch) | |
tree | 3dbcbc7a1e5803ca68bc795b65a69f35dddd1f41 /api | |
parent | Added SnakeFact import (diff) |
added SnakeName to setUp
Diffstat (limited to 'api')
-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', |