diff options
Diffstat (limited to 'api/tests/test_models.py')
-rw-r--r-- | api/tests/test_models.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/tests/test_models.py b/api/tests/test_models.py index 009e5bd4..7dea68b5 100644 --- a/api/tests/test_models.py +++ b/api/tests/test_models.py @@ -33,7 +33,8 @@ class StringDunderMethodTests(SimpleTestCase): SnakeFact(fact='snakes are cute'), SnakeIdiom(idiom='snake snacks'), SnakeName(name='python', scientific='3'), - SpecialSnake(name='Pythagoras Pythonista', info='The only python snake that is born a triangle'), + SpecialSnake(name='Pythagoras Pythonista', + info='The only python snake that is born a triangle'), Role( id=5, name='test role', colour=0x5, permissions=0 |