Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Jun 23, 2024
1 parent 5e2f88c commit f51e8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_league_rater.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def test_promote_in_highest_division(example_league):
current_score = LeagueScore(
division_id=3, score=10, game_count=30, returning_player=False
)
player_rating = (380.0, 0.0)
player_rating = (420.0, 0.0)

new_score = LeagueRater.rate(
example_league, current_score, GameOutcome.VICTORY, player_rating
Expand Down

0 comments on commit f51e8ee

Please sign in to comment.