From d6e28ac26bded7d620af88a8070d6b4292902097 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Thu, 28 Nov 2013 22:41:06 -0800 Subject: [PATCH] fix translate test to match new output --- modules/test/test_translate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/test/test_translate.py b/modules/test/test_translate.py index c86bcb4..0fee5e4 100644 --- a/modules/test/test_translate.py +++ b/modules/test/test_translate.py @@ -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')