Skip to content

Commit 25f11bf

Browse files
committed
WIP: debug output for test
1 parent f4d6b99 commit 25f11bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/mixed/test_async_cancellation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ async def _do_the_read(session_, i=1):
116116
for i in range(REPEATS) # repeats
117117
))
118118
async def test_async_cancellation(
119-
uri, auth, mocker, read_func, waits, cancel_count, i
119+
uri, auth, mocker, read_func, waits, cancel_count, i, watcher
120120
):
121121
async with get_async_driver_no_warning(
122122
uri, auth=auth, session_connection_timeout=10

0 commit comments

Comments
 (0)