refactor(test): fix flaky process deferred accounting tests

This commit is contained in:
ruthra kumar
2025-06-21 16:26:36 +05:30
parent 1cee2a0917
commit 19fd69bda7

View File

@@ -53,6 +53,7 @@ class TestProcessDeferredAccounting(ERPNextTestSuite):
start_date="2023-05-01",
end_date="2023-06-30",
type="Income",
company=self.companies[0].name,
)
process_deferred_accounting.insert()
@@ -83,6 +84,7 @@ class TestProcessDeferredAccounting(ERPNextTestSuite):
start_date="2019-01-01",
end_date="2019-01-31",
type="Income",
company=self.companies[0].name,
)
pda.submit()
pda.cancel()