Scrub comments based on feedback from @mikem in #93.

This commit is contained in:
Ralph Bean 2016-06-09 09:19:02 -04:00 committed by Mike McLean
parent 7e1c6d4cfb
commit e95f142ddf

View file

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