Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Sep 9, 2024
1 parent 215b27d commit 97729c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ async def test_echo(echo_client, msg_size):

# Check pong
echo_client.transport.send_pong(b"hi")
async with async_timeout.timeout(TIMEOUT):
frame = await echo_client.get_message()
assert frame.msg_type == picows.WSMsgType.PONG
assert frame.payload_as_bytes == b"hi"
Expand Down

0 comments on commit 97729c2

Please sign in to comment.