mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
refactor(test): don't default to accumulate
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user