Skip to content

Commit 540671b

Browse files
committed
Correct concurrent teardown marker to skip_if_no_async_generators
1 parent 29c8185 commit 540671b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def test_succeed(foo):
207207
assert_outcomes(rr, {"passed": 2, "failed": 1})
208208

209209

210-
@skip_if_no_async_await()
210+
@skip_if_no_async_generators()
211211
def test_async_fixture_concurrent_teardown(testdir, cmd_opts):
212212
test_file = """
213213
import time

0 commit comments

Comments
 (0)