From c9dcf31cf7735216ecbb6f5cbd30eaa659646794 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 23 Mar 2022 19:46:14 +0530 Subject: [PATCH] test: ensure super()setUpClass is called --- erpnext/e_commerce/variant_selector/test_variant_selector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/e_commerce/variant_selector/test_variant_selector.py b/erpnext/e_commerce/variant_selector/test_variant_selector.py index ee098e16e7..3eb75cb82d 100644 --- a/erpnext/e_commerce/variant_selector/test_variant_selector.py +++ b/erpnext/e_commerce/variant_selector/test_variant_selector.py @@ -15,6 +15,7 @@ class TestVariantSelector(FrappeTestCase): @classmethod def setUpClass(cls): + super().setUpClass() template_item = make_item("Test-Tshirt-Temp", { "has_variant": 1, "variant_based_on": "Item Attribute",