Skip to content

Commit

Permalink
Added async and await to the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoOfTwelve committed May 3, 2024
1 parent 6d8d66e commit c559a35
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -500,4 +500,9 @@ def force_legacy_ssl_support():

def switchWithBreak():
while True:
break
break

async def x():
return ""

x = await x()

0 comments on commit c559a35

Please sign in to comment.