mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
Merge pull request #47569 from ruthra-kumar/budget_cleanup_test_records
fix(test): clean up data so subsequent test cases don't flake
This commit is contained in:
@@ -137,6 +137,7 @@ class TestBudget(ERPNextTestSuite):
|
|||||||
|
|
||||||
budget.load_from_db()
|
budget.load_from_db()
|
||||||
budget.cancel()
|
budget.cancel()
|
||||||
|
mr.cancel()
|
||||||
|
|
||||||
def test_monthly_budget_crossed_for_po(self):
|
def test_monthly_budget_crossed_for_po(self):
|
||||||
budget = make_budget(
|
budget = make_budget(
|
||||||
|
|||||||
Reference in New Issue
Block a user