mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 01:36:55 +00:00
chore: fix test case (#38856)
This commit is contained in:
@@ -524,7 +524,7 @@ class TestItem(FrappeTestCase):
|
||||
def test_item_variant_by_manufacturer(self):
|
||||
template = make_item(
|
||||
"_Test Item Variant By Manufacturer", {"has_variants": 1, "variant_based_on": "Manufacturer"}
|
||||
)
|
||||
).name
|
||||
|
||||
for manufacturer in ["DFSS", "DASA", "ASAAS"]:
|
||||
if not frappe.db.exists("Manufacturer", manufacturer):
|
||||
|
||||
Reference in New Issue
Block a user