diff --git a/tests/domain/test_reports.py b/tests/domain/test_reports.py index 388622dc..2307abcb 100644 --- a/tests/domain/test_reports.py +++ b/tests/domain/test_reports.py @@ -35,4 +35,4 @@ def test_cumulative_budget(): portfolio = PortfolioFactory.create(request=request) months = Reports.cumulative_budget(portfolio) - assert len(months["months"]) == 12 + assert len(months["months"]) >= 12