Skip to content

Commit a7eb209

Browse files
committed
testing
1 parent 4424bfa commit a7eb209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/asynchronous/utils_spec_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ def allowable_errors(self, op):
502502

503503
async def _run_op(self, sessions, collection, op, in_with_transaction):
504504
expected_result = op.get("result")
505+
print(f"Allowable errors: {self.allowable_errors(op)}")
505506
if expect_error(op):
506507
with self.assertRaises(self.allowable_errors(op), msg=op["name"]) as context:
507508
await self.run_operation(sessions, collection, op.copy())

0 commit comments

Comments
 (0)