(self)
| 167 | |
| 168 | @client_context.require_version_min(4, 2, 0) |
| 169 | def test_update_many_pipeline(self): |
| 170 | self._test_update_many([{"$set": {"foo": "bar"}}]) |
| 171 | |
| 172 | def test_array_filters_validation(self): |
| 173 | with self.assertRaises(TypeError): |
nothing calls this directly
no test coverage detected