do not test position push in mongodb_v2.4 #1565
This commit is contained in:
@@ -777,7 +777,6 @@ class InstanceTest(unittest.TestCase):
|
||||
|
||||
self.assertDbEqual([dict(doc.to_mongo())])
|
||||
|
||||
|
||||
def test_modify_invalid_query(self):
|
||||
doc1 = self.Person(name="bob", age=10).save()
|
||||
doc2 = self.Person(name="jim", age=20).save()
|
||||
|
||||
Reference in New Issue
Block a user