Commit cb188980 authored by Michal Čihař's avatar Michal Čihař

No need to wrap the line

parent e152abc9
......@@ -76,8 +76,7 @@ class MachineTranslationTest(TestCase):
machine = ApertiumTranslation()
self.assertIsInstance(machine.translate('es', 'world', None), list)
@skipUnless(microsoft_translation_supported(),
'missing credentials')
@skipUnless(microsoft_translation_supported(), 'missing credentials')
def test_microsoft(self):
machine = MicrosoftTranslation()
self.assertIsInstance(machine.translate('cs', 'world', None), list)
......
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