mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
refactor(test): fix flaky process deferred accounting tests
This commit is contained in:
@@ -53,6 +53,7 @@ class TestProcessDeferredAccounting(ERPNextTestSuite):
|
|||||||
start_date="2023-05-01",
|
start_date="2023-05-01",
|
||||||
end_date="2023-06-30",
|
end_date="2023-06-30",
|
||||||
type="Income",
|
type="Income",
|
||||||
|
company=self.companies[0].name,
|
||||||
)
|
)
|
||||||
|
|
||||||
process_deferred_accounting.insert()
|
process_deferred_accounting.insert()
|
||||||
@@ -83,6 +84,7 @@ class TestProcessDeferredAccounting(ERPNextTestSuite):
|
|||||||
start_date="2019-01-01",
|
start_date="2019-01-01",
|
||||||
end_date="2019-01-31",
|
end_date="2019-01-31",
|
||||||
type="Income",
|
type="Income",
|
||||||
|
company=self.companies[0].name,
|
||||||
)
|
)
|
||||||
pda.submit()
|
pda.submit()
|
||||||
pda.cancel()
|
pda.cancel()
|
||||||
|
|||||||
Reference in New Issue
Block a user