Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
fix translate test to match new output
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantmonkey committed Nov 29, 2013
1 parent 58da599 commit d6e28ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/test/test_translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_tr2(self):
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')
Expand Down

0 comments on commit d6e28ac

Please sign in to comment.