Relaxed field name checking on embedded documents

This commit is contained in:
Ross Lawley
2011-09-20 03:45:11 -07:00
parent 89c44cd14e
commit f7fbb3d2f6
2 changed files with 3 additions and 3 deletions

View File

@@ -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():