remove unicode
parent
f444326cb0
commit
d8eefde17e
|
@ -29,7 +29,7 @@ class TestCalc(unittest.TestCase):
|
||||||
input = Mock(group=lambda x: '2^64')
|
input = Mock(group=lambda x: '2^64')
|
||||||
c(self.phenny, input)
|
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):
|
def test_c_none(self):
|
||||||
input = Mock(group=lambda x: 'aif')
|
input = Mock(group=lambda x: 'aif')
|
||||||
|
|
Loading…
Reference in New Issue