From e95f142ddf4a9b2a5f8fa6c94abc31d2b9727119 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 9 Jun 2016 09:19:02 -0400 Subject: [PATCH] Scrub comments based on feedback from @mikem in #93. --- tests/test_hub/test_update_processor.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_hub/test_update_processor.py b/tests/test_hub/test_update_processor.py index 283283ee..e765b3b0 100644 --- a/tests/test_hub/test_update_processor.py +++ b/tests/test_hub/test_update_processor.py @@ -7,8 +7,6 @@ import kojihub class TestUpdateProcessor(unittest.TestCase): def test_basic_instantiation(self): - # TODO -- this doesn't make sense. A query with no arguments should - # probably raise an exception saying "this doesn't make sense." kojihub.UpdateProcessor('sometable') # No exception! def test_to_string_with_data(self):