fixup! WIP
All checks were successful
Run tests / run-tests (push) Successful in 40s

This commit is contained in:
2025-12-08 21:55:25 +09:00
parent f1b15357f9
commit 7d498f9bf1
3 changed files with 10 additions and 5 deletions

View File

@@ -299,8 +299,4 @@ def test_user_balance_penalty_interest_combined(sql_session: Session) -> None:
pprint(user_balance_log(sql_session, user))
assert user_balance(sql_session, user) == (
27
- 200
- math.ceil(27 * 2 * 1.1)
)
assert user_balance(sql_session, user) == (27 - 200 - math.ceil(27 * 2 * 1.1))