Skip to content

Commit 718029b

Browse files
stirbyS1M0N38
authored andcommitted
chore: remove debugging print statements in test_start_run
1 parent 1da03cc commit 718029b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/lua/endpoints/test_start_run.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ def test_start_run_with_challenge(self, tcp_client: socket.socket) -> None:
4444
game_state = send_and_receive_api_message(
4545
tcp_client, "start_run", start_run_args
4646
)
47-
48-
print("challenge gamestates")
49-
print(game_state)
5047
assert game_state["state"] == State.BLIND_SELECT.value
5148
assert len(game_state["jokers"]) == 5 # jokers in The Omelette challenge
5249

0 commit comments

Comments
 (0)