mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +00:00
refactor(test): tests should use new controller
This commit is contained in:
@@ -23,6 +23,9 @@ class TestBudget(ERPNextTestSuite):
|
|||||||
cls.make_monthly_distribution()
|
cls.make_monthly_distribution()
|
||||||
cls.make_projects()
|
cls.make_projects()
|
||||||
|
|
||||||
|
def setUp(self):
|
||||||
|
frappe.db.set_single_value("Accounts Settings", "use_new_budget_controller", True)
|
||||||
|
|
||||||
def test_monthly_budget_crossed_ignore(self):
|
def test_monthly_budget_crossed_ignore(self):
|
||||||
set_total_expense_zero(nowdate(), "cost_center")
|
set_total_expense_zero(nowdate(), "cost_center")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user