Skip to content

Commit 0b82141

Browse files
authored
Update tests/test_issues.py
1 parent d0f66cb commit 0b82141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_issues.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def f(a):
228228

229229

230230
@pytest.mark.skipif(sys.version_info < (3, 6), reason="requires python 3.6 or higher (async generator)")
231-
def test_issue_async_generator_wraps():
231+
def test_issue_77_async_generator_wraps():
232232
import asyncio
233233
from ._test_py36 import make_async_generator, make_async_generator_wrapper
234234

0 commit comments

Comments
 (0)