This commit is contained in:
J. Nick Koston 2023-12-12 11:00:26 -10:00
parent 10c76a76b2
commit df4366b4e8
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -199,7 +199,8 @@ class MockAPINoiseFrameHelper(APINoiseFrameHelper):
),
],
)
def test_plaintext_frame_helper(
@pytest.mark.asyncio
async def test_plaintext_frame_helper(
in_bytes: bytes, pkt_data: bytes, pkt_type: int
) -> None:
for _ in range(3):