Skip to content

Commit dc3c68b

Browse files
committed
Fix tornado test too
1 parent 274ee5a commit dc3c68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tornado_tests/test_motor_cursor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ async def test_raw_batches(self):
518518

519519
@gen_test
520520
async def test_generate_keys(self):
521-
c = self.collection
521+
c = self.cx
522522
KMS_PROVIDERS = {"local": {"key": b"\x00" * 96}}
523523

524524
async with motor.MotorClientEncryption(

0 commit comments

Comments
 (0)