mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 06:02:09 +01:00
refactor(test): fix flaky process deferred accounting tests
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user