diff options
-rw-r--r-- | api/tests/test_models.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/api/tests/test_models.py b/api/tests/test_models.py index a1561a07..91db2def 100644 --- a/api/tests/test_models.py +++ b/api/tests/test_models.py @@ -33,8 +33,9 @@ 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', |