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):