diff --git a/modules/test/test_calc.py b/modules/test/test_calc.py index 15d21b9..13e4839 100644 --- a/modules/test/test_calc.py +++ b/modules/test/test_calc.py @@ -29,7 +29,7 @@ class TestCalc(unittest.TestCase): input = Mock(group=lambda x: '2^64') c(self.phenny, input) - self.phenny.say.assert_called_once_with('1.84467441 × 10^19') + self.phenny.say.assert_called_once_with('1.84467441 * 10^19') def test_c_none(self): input = Mock(group=lambda x: 'aif')