fix: typo

This commit is contained in:
ruthra kumar
2025-05-12 15:07:02 +05:30
parent 6851322361
commit 61d13ce232

View File

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