Skip to content

Commit

Permalink
adjust conditions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Dec 18, 2023
1 parent 312ab30 commit 2255d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spot/test_spot_websocket_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ async def check_unsubscribe() -> None:
asyncio_run(check_unsubscribe())

for expected in (
'{"method": "subscribe", "req_id": 123456789, "result": {"channel": "executions", "maxratecount": 180, "snapshot": true"', # , "success": true, "time_in": ',
'{"method": "subscribe", "req_id": 123456789, "result": {"channel": "executions", "maxratecount": 180, "snapshot": true', # , "success": true, "time_in": ',
'{"method": "unsubscribe", "req_id": 987654321, "result": {"channel": "executions"}, "success": true, "time_in": ',
):
assert expected in caplog.text
Expand Down

0 comments on commit 2255d22

Please sign in to comment.