Skip to content

Commit a84430c

Browse files
rebase
1 parent 335843e commit a84430c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asynchronous/test_client_bulk_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ async def test_handles_non_pymongo_error(self):
596596
replicaSet="rs",
597597
heartbeatFrequencyMS=500,
598598
)
599-
self.addAsyncCleanup(mock_client.aclose)
599+
self.addAsyncCleanup(mock_client.close)
600600
models = [InsertOne(namespace="db.coll", document={"a": "b"})]
601601
with self.assertRaises(ClientBulkWriteException) as context:
602602
await mock_client.mock_client_bulk_write(models=models)

0 commit comments

Comments
 (0)