File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ def test_sub_collection(self):
270270 @env .require_no_standalone
271271 @asyncio_test
272272 async def test_async_create_encrypted_collection (self ):
273- c = self .collection
273+ c = self .cx
274274 KMS_PROVIDERS = {"local" : {"key" : b"\x00 " * 96 }}
275275 self .cx .drop_database ("db" )
276276 async with AsyncIOMotorClientEncryption (
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ def test_sub_collection(self):
272272 @gen_test
273273 async def test_async_create_encrypted_collection (self ):
274274 await self .db .drop_collection ("test_collection" )
275- c = self .collection
275+ c = self .cx
276276 KMS_PROVIDERS = {"local" : {"key" : b"\x00 " * 96 }}
277277 self .cx .drop_database ("db" )
278278 async with motor .MotorClientEncryption (
You can’t perform that action at this time.
0 commit comments