Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KwikKill committed Mar 2, 2024
1 parent 1fef00c commit 72b21db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insalan/tournament/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ def test_example(self):
"substitutes": [
{"user": "test_user_four", "name_in_game": "substitute", "payment_status": None},
],
"captain": first.id,
"captain": first.user.username,
"validated": team_one.validated,
}
],
Expand Down

0 comments on commit 72b21db

Please sign in to comment.