remove old comments

master
Paul Walko 2017-02-11 19:08:03 +00:00
parent b2add77d08
commit 71c5f90a5c
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ class TestCalc(unittest.TestCase):
self.phenny.say.assert_called_once_with('2')
# @unittest.skip('Not supported with DuckDuckGo')
def test_c_scientific(self):
input = Mock(group=lambda x: '2^64')
c(self.phenny, input)