()
| 1537 | client.test_lazy_connect_w0.test.insert_one({}) |
| 1538 | |
| 1539 | def predicate(): |
| 1540 | return client.test_lazy_connect_w0.test.count_documents({}) == 1 |
| 1541 | |
| 1542 | wait_until(predicate, "find one document") |
| 1543 |
nothing calls this directly
no test coverage detected