Commit 18b5b3ee authored by Michal Čihař's avatar Michal Čihař

Wrap long line

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent cd8b16df
......@@ -195,7 +195,9 @@ class PoFormatTest(AutoFormatTest):
def test_add_encoding(self):
out = tempfile.NamedTemporaryFile()
self.FORMAT.add_language(out.name, Language(code='cs'), TEST_POT_UNICODE)
self.FORMAT.add_language(
out.name, Language(code='cs'), TEST_POT_UNICODE
)
data = out.read().decode('utf-8')
self.assertTrue('Michal Čihař' in data)
out.close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment