Skip to content

Commit 0b7f978

Browse files
committed
rename test
1 parent c9b7bde commit 0b7f978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/interop/test_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async def test_asyncio_trio_adapted(self, loop):
106106
assert sth.flag == 2
107107

108108
@pytest.mark.trio
109-
async def test_asyncio_trio_adapted_no_loop(self, loop):
109+
async def test_asyncio_trio_adapted_no_call(self, loop):
110110
"""Call asyncio from trio"""
111111

112112
sth = SomeThing(loop)

0 commit comments

Comments
 (0)