Relaxed field name checking on embedded documents
This commit is contained in:
parent
89c44cd14e
commit
f7fbb3d2f6
2 changed files with 3 additions and 3 deletions
|
|
@ -2336,7 +2336,7 @@ class DocumentTest(unittest.TestCase):
|
|||
pickle_doc.reload()
|
||||
self.assertEquals(resurrected, pickle_doc)
|
||||
|
||||
def throw_invalid_document_error(self):
|
||||
def test_throw_invalid_document_error(self):
|
||||
|
||||
# test handles people trying to upsert
|
||||
def throw_invalid_document_error():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue