diff --git a/tests/test_reports_balance_sheet.py b/tests/test_reports_balance_sheet.py index 98e14678949c89138be7f2fff9a55f7a33d0cb67..b4e0a5d9d445e0db70da5a8f70c68559c634a861 100644 --- a/tests/test_reports_balance_sheet.py +++ b/tests/test_reports_balance_sheet.py @@ -87,13 +87,11 @@ def income_expense_balances(): ({'period': Period.PERIOD, 'account': 'Expenses'}, 26), ({'fund': Fund.RESTRICTED, 'account': 'Income'}, -10), ({'fund': Fund.UNRESTRICTED, 'account': 'Expenses'}, 25), - ({'post_type': 'Donations'}, -10), ({'post_type': 'fundraising'}, 20), ({'post_type': 'management'}, 10), ({'post_type': 'Nonexistent'}, None), - ({'period': Period.PRIOR, 'post_type': 'RBI'}, '-4.80'), + ({'period': Period.PRIOR, 'post_type': 'fundraising'}, '9.60'), ({'fund': Fund.RESTRICTED, 'post_type': 'program'}, 10), - ({'period': Period.PERIOD, 'fund': Fund.UNRESTRICTED, 'post_type': 'RBI'}, '-2.60'), ({'period': Period.PRIOR, 'fund': Fund.RESTRICTED, 'post_type': 'program'}, '4.80'), ({'period': Period.PERIOD, 'fund': Fund.RESTRICTED, 'post_type': 'ΓΈ'}, None), ])