Skip to content

Commit 42971f1

Browse files
committed
sigh
1 parent d40b064 commit 42971f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/eval_files/async124.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ async def foo_empty_pass():
6868

6969
# See e.g. https://github.com/agronholm/anyio/issues/803 for why one might want an async
7070
# test without awaits.
71-
async def test_async_fixture(
71+
async def test_async_fixture( # ASYNC910: 0, "exit", Statement("function definition", lineno)
7272
my_async_fixture,
73-
): # ASYNC910: 0, "exit", Statement("function definition", lineno)
73+
):
7474
assert my_async_fixture.setup_worked_correctly
7575

7676

0 commit comments

Comments
 (0)