This commit is contained in:
Benjamin Peterson 2014-03-12 21:52:19 -05:00
commit a6d018ad6e
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class ProgressTests(unittest.TestCase):
create table bar (a, b)
""")
second_count = len(progress_calls)
self.assertGreater(first_count, second_count)
self.assertGreaterEqual(first_count, second_count)
def CheckCancelOperation(self):
"""