fix translate test to match new output

master
mutantmonkey 2013-11-28 22:41:06 -08:00
parent 58da599800
commit d6e28ac26b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class TestTranslation(unittest.TestCase):
input = Mock(group=lambda x: 'Estoy bien')
tr2(self.phenny, input)
self.assertIn("I'm fine", self.phenny.reply.call_args[0][0])
self.assertIn("'m fine", self.phenny.reply.call_args[0][0])
def test_translate_bracketnull(self):
input = Mock(group=lambda x: 'Moja je lebdjelica puna jegulja')