We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9193e57 commit a426aefCopy full SHA for a426aef
test/test_examples.py
@@ -600,7 +600,7 @@ def test_update_and_replace(self):
600
self.assertEqual(len(doc.keys()), 2)
601
self.assertTrue("item" in doc)
602
self.assertTrue("instock" in doc)
603
- self.assertTrue(len(doc["instock"]), 2)
+ self.assertEqual(len(doc["instock"]), 2)
604
605
def test_delete(self):
606
db = client_context.client.pymongo_test
0 commit comments