fix: typo

(cherry picked from commit 61d13ce232)
This commit is contained in:
ruthra kumar
2025-05-12 15:07:02 +05:30
committed by Mergify
parent 6dbdc36af9
commit d61a85e316

View File

@@ -57,7 +57,7 @@ class TestProfitAndLossStatement(AccountsTestMixin, FrappeTestCase):
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):