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

Fix typo in method name

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 64470a17
...@@ -206,7 +206,7 @@ class MachineTranslationTest(TestCase): ...@@ -206,7 +206,7 @@ class MachineTranslationTest(TestCase):
self.assertTranslate(machine) self.assertTranslate(machine)
@httpretty.activate @httpretty.activate
def test_google_invalidx(self): def test_google_invalid(self):
"""Test handling of server failure.""" """Test handling of server failure."""
cache.delete('%s-languages' % GoogleTranslation().mtid) cache.delete('%s-languages' % GoogleTranslation().mtid)
httpretty.register_uri( httpretty.register_uri(
......
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