Skip to content

Commit

Permalink
chore: fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitwaghchaure committed Dec 19, 2023
1 parent 3df6e1c commit cfb4348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/stock/doctype/item/test_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def test_uom_conv_base_case(self):
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):
Expand Down

0 comments on commit cfb4348

Please sign in to comment.