Skip to content

Commit

Permalink
Update test_websockets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze authored Dec 30, 2024
1 parent 22bbb85 commit d86ee94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/io/test_websockets.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def on_connect(iostream: IOWebsockets, success_dict: dict[str, bool] = success_d
print()
print(" - Received TERMINATE message.", flush=True)
except ConnectionClosed as e:
print("Connection closed:", e)
print("Connection closed:", e, flush=True)
break

assert success_dict["success"]
Expand Down

0 comments on commit d86ee94

Please sign in to comment.