refactor(test): fix flaky process deferred accounting tests

This commit is contained in:
ruthra kumar
2025-06-21 16:26:36 +05:30
parent d37f2ada65
commit 36a9893558

View File

@@ -52,6 +52,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()
@@ -82,6 +83,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()