Skip to content

Commit e68ed2a

Browse files
DummyProtocol is not async (#2686)
Co-authored-by: Alex Ruddick <alex.ruddick@grantek.com>
1 parent e73e28c commit e68ed2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/transport/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def callback_data(self, data: bytes, addr: tuple | None = None) -> int:
3535

3636

3737
@pytest.fixture(name="dummy_protocol")
38-
async def prepare_dummy_protocol():
38+
def prepare_dummy_protocol():
3939
"""Return transport object."""
4040
return DummyProtocol
4141

0 commit comments

Comments
 (0)