mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
refactor(test): remove explicit call to master data setup
This commit is contained in:
@@ -98,7 +98,7 @@ class TestQueries(ERPNextTestSuite):
|
||||
{
|
||||
"user": user.name,
|
||||
"doctype": "Employee",
|
||||
"docname": self.employees[0].name,
|
||||
"docname": "_Test Employee",
|
||||
"is_default": 1,
|
||||
"apply_to_all_doctypes": 1,
|
||||
"applicable_doctypes": [],
|
||||
|
||||
Reference in New Issue
Block a user