summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2016-12-19 22:22:18 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2016-12-19 22:22:18 +0100
commitcb3e5563633c3a41dde6dac1470ae1334b2ccc9f (patch)
tree148b8fdc0e972dc47b3fbb8eae5681e76a1d6baa /tests
parent6e6275231e6e66f9024d10c5395479e86939eb20 (diff)
style cleanup
Diffstat (limited to 'tests')
-rw-r--r--tests/test_collection.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test_collection.py b/tests/test_collection.py
index 82722b1..68c29f3 100644
--- a/tests/test_collection.py
+++ b/tests/test_collection.py
@@ -23,7 +23,10 @@ class testCollectionLoading(unittest.TestCase):
def test_simple(self):
self.collection = lesana.Collection('tests/data/simple')
self.assertIsNotNone(self.collection.settings)
- self.assertEqual(self.collection.settings['name'], "Simple lesana collection")
+ self.assertEqual(
+ self.collection.settings['name'],
+ "Simple lesana collection"
+ )
self.assertEqual(len(self.collection.settings['fields']), 4)
self.collection.update_cache()