fix tests, also correct erroneous help for tfwev

This commit is contained in:
echarlie
2017-11-04 12:32:54 -04:00
parent 30167a5b4d
commit f6d9e17b4d
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ class TestTfw(unittest.TestCase):
tfw.tfw(self.phenny, input)
self.phenny.say.assert_called_once_with(
"WHERE THE FUCK IS THAT? Try another location.")
"WHERE THE FUCK IS THAT? I guess you might think it's a place, but no one else does. Try again.")
def test_celsius(self):
input = Mock(group=lambda x: '24060')