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

Commit

Permalink
remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwalko committed Feb 11, 2017
1 parent b2add77 commit 71c5f90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/test/test_calc.py
Expand Up @@ -25,7 +25,6 @@ def test_c_sqrt(self):

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)
Expand Down

0 comments on commit 71c5f90

Please sign in to comment.