fixing ratelimit tests

This commit is contained in:
David Goetz 2011-06-16 11:09:15 -07:00
parent 105d199b4b
commit 8062d32c19

View File

@ -359,7 +359,6 @@ class TestRateLimit(unittest.TestCase):
thread.join()
time_took = time.time() - begin
# the all 15 threads still take 1.5 secs
self.assertEquals(1.5, round(time_took, 1))
def test_ratelimit_acc_vrs_container(self):