aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hasan-Ahmad <[email protected]>2018-10-25 21:08:50 +0100
committerGravatar Hasan-Ahmad <[email protected]>2018-10-25 21:08:50 +0100
commitf23a563218c9f03a19cb957d6769c730bfbecb4f (patch)
tree0017672e2e126ee1c5123c07b33131f194b733c3
parentcode presentasion and help text on models (diff)
Fixed linting
-rw-r--r--api/tests/test_models.py5
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',