From 71c5f90a5cf0edc9b35d08988a99185104f3b8c6 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Sat, 11 Feb 2017 19:08:03 +0000 Subject: [PATCH] remove old comments --- modules/test/test_calc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/test/test_calc.py b/modules/test/test_calc.py index ad82e59..599cc2b 100644 --- a/modules/test/test_calc.py +++ b/modules/test/test_calc.py @@ -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)