Skip to content

Commit

Permalink
#8 arbiter_test.py: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
utgarda committed Sep 16, 2022
1 parent 2939ec6 commit 0aa4372
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/arbiter_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,6 @@ def test_finish_game(arbiter, rules, start_game, player_a, player_b):
o_center_move,
[signature_a, signature_b]
]
print(f"player_a: {player_a.address}")
print(f"player_b: {player_b.address}")
print(arbiter.publicGetSigners(signed_by_both_players_move))

signed_x_winning_move = [
x_winning_move,
Expand Down

0 comments on commit 0aa4372

Please sign in to comment.