Improved update in test case for removing inheritance
This commit is contained in:
parent
91a0e499d9
commit
bda716ef9d
@ -431,7 +431,7 @@ class DocumentTest(unittest.TestCase):
|
|||||||
'allow_inheritance': False,
|
'allow_inheritance': False,
|
||||||
'indexes': ['name']
|
'indexes': ['name']
|
||||||
}
|
}
|
||||||
collection.update({}, {"$unset": {"_types": 1, "_cls": 1}}, False, True)
|
collection.update({}, {"$unset": {"_types": 1, "_cls": 1}}, multi=True)
|
||||||
|
|
||||||
# Confirm extra data is removed
|
# Confirm extra data is removed
|
||||||
obj = collection.find_one()
|
obj = collection.find_one()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user