Skip to content

Commit 8c5dbc3

Browse files
committed
Fix asyncio.Event creation
1 parent 983bf1d commit 8c5dbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ async def async_set_fail_point(client, command_args):
10681068

10691069

10701070
def create_async_event():
1071-
return asyncio.Event
1071+
return asyncio.Event()
10721072

10731073

10741074
def create_event():

0 commit comments

Comments
 (0)