Skip to content

Fix fints login

Fix fints login #1398

GitHub Actions / JUnit Test Report failed Sep 30, 2024 in 0s

1283 tests run, 1281 passed, 1 skipped, 1 failed.

Annotations

Check failure on line 1 in TestBalanceEstimation

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestBalanceEstimation.test_last_not_booked__current_not_booked

AssertionError: assert Decimal('-5') == Decimal('0.00')
  +Decimal('-5')
  -Decimal('0.00')
Raw output
tests/lib/test_finance.py:609: in test_last_not_booked__current_not_booked
    check_current_and_next_month(Decimal(-5))
tests/lib/test_finance.py:567: in _check_current_and_next_month
    assert base == estimate_balance(session, user, in_grace_current_month)
E   AssertionError: assert Decimal('-5') == Decimal('0.00')
E     +Decimal('-5')
E     -Decimal('0.00')