diff options
| author | 2018-10-25 09:55:25 +0100 | |
|---|---|---|
| committer | 2018-10-25 09:55:25 +0100 | |
| commit | 43df5d0fcfa66018fd0bb47bff848d42fcf1e76c (patch) | |
| tree | 6b5f5da4b4be7480e66313b75e6488b2abff3209 /api/tests | |
| parent | Added special snake documentation, fixed linting errors (diff) | |
Fixed linting
Diffstat (limited to 'api/tests')
| -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  |