(self)
| 208 | |
| 209 | @client_context.require_version_min(4, 2, 0) |
| 210 | def test_update_one_pipeline(self): |
| 211 | self._test_update_one([{"$set": {"foo": "bar"}}]) |
| 212 | |
| 213 | def test_replace_one(self): |
| 214 | expected = { |
nothing calls this directly
no test coverage detected