Skip to content

Commit 3f938e2

Browse files
committed
testcase fix-up
1 parent 024058d commit 3f938e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_run2(self):
8686
async def test_run_task(self):
8787
owch = 0
8888

89-
def nest(x):
89+
async def nest(x):
9090
nonlocal owch
9191
owch += x
9292

0 commit comments

Comments
 (0)