Skip to content

Commit

Permalink
Modify test to show that the close is not done before exiting the con…
Browse files Browse the repository at this point in the history
…text manager
  • Loading branch information
leszekhanusz committed Jul 14, 2024
1 parent 9f93215 commit 4ba0823
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_websocket_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ async def test_websocket_connect_failed_with_authentication_in_connection_init(

await session.execute(query1)

await asyncio.sleep(1)
assert transport.websocket is None


Expand Down

0 comments on commit 4ba0823

Please sign in to comment.