This commit is contained in:
Mike Dirolf 2009-01-12 17:57:40 -05:00
parent ae3ef0191d
commit b3a898486f

View File

@ -458,7 +458,7 @@ class TestMongo(unittest.TestCase):
length = 0
for _ in db.test.find():
length += 1
self.assertEqual (length, 3)
self.assertEqual(length, 3)
db.test.remove(one)
length = 0