fix: hinweis-Betrag im Vorschlag deutsch formatiert

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-20 21:28:15 +02:00
parent bf3f56118e
commit 220d1fc802
2 changed files with 3 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ def test_suggest_jahr_mit_zwei_belegen(db):
assert len(out) == 1
assert out[0]["rhythm"] == "yearly" and out[0]["amount"] == Decimal("-467.33")
assert out[0]["start_date"] == date(2026, 6, 16)
assert "409.92" in out[0]["hinweis"] # Betrag zuletzt gestiegen
assert "409,92" in out[0]["hinweis"] # Betrag zuletzt gestiegen (deutsches Format)
def test_suggest_tote_serie_kein_vorschlag(db):