]> git.phdru.name Git - m_librarian.git/blobdiff - tests/test_search.py
Fix flake8 warnings
[m_librarian.git] / tests / test_search.py
index 2ad86c6ee9f0b285d2c06f64b25d7ad45ced9a43..991a9079e61e212a9fa76320b65ac431d055ffdd 100755 (executable)
@@ -16,7 +16,8 @@ class TestSearch(TestCase):
         self.assertEqual(
             search_authors('substring', True, {'surname': u'Друг'}).count(), 2)
         self.assertEqual(
-            search_authors('substring', False, {'surname': u'друг'}).count(), 3)
+            search_authors('substring', False, {'surname': u'друг'}).count(),
+            3)
 
 
 if __name__ == "__main__":