Skip to content

Commit

Permalink
Update test values for fixed difficalcy
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed Nov 30, 2024
1 parent 5d723da commit 3912151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaderboards/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_nochoke_leaderboard(self, stub_user_stats, score_filter):
)
membership = leaderboard.memberships.first()
assert membership.score_count == 5
assert membership.pp == 1294.9049944518279
assert membership.pp == 1296.314845169917

@pytest.fixture
def membership(self, leaderboard, stub_user_stats):
Expand Down

0 comments on commit 3912151

Please sign in to comment.