Skip to content

Commit 97729c2

Browse files
author
taras
committed
Fix tests
1 parent 215b27d commit 97729c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_basics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ async def test_echo(echo_client, msg_size):
208208

209209
# Check pong
210210
echo_client.transport.send_pong(b"hi")
211-
async with async_timeout.timeout(TIMEOUT):
212211
frame = await echo_client.get_message()
213212
assert frame.msg_type == picows.WSMsgType.PONG
214213
assert frame.payload_as_bytes == b"hi"

0 commit comments

Comments
 (0)