From cb3e5563633c3a41dde6dac1470ae1334b2ccc9f Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 19 Dec 2016 22:22:18 +0100 Subject: style cleanup --- tests/test_collection.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/test_collection.py') 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() -- cgit v1.2.3