refactor(test): don't default to accumulate

This commit is contained in:
ruthra kumar
2025-05-12 16:30:24 +05:30
parent afff6b84ce
commit 54e4e7918e

View File

@@ -58,7 +58,7 @@ class TestProfitAndLossStatement(AccountsTestMixin, IntegrationTestCase):
period_end_date=fy.year_end_date, period_end_date=fy.year_end_date,
filter_based_on="Fiscal Year", filter_based_on="Fiscal Year",
periodicity="Monthly", periodicity="Monthly",
accumulated_values=True, accumulated_values=False,
) )
def test_profit_and_loss_output_and_summary(self): def test_profit_and_loss_output_and_summary(self):