From 2a55430c4cd940cb2d9ccc52441db7ef8a112804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Fri, 20 Dec 2024 17:25:10 +0100 Subject: [PATCH] [FIX] product_contract: Fix tests (do not import a test file that does not exist) --- product_contract/tests/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/product_contract/tests/__init__.py b/product_contract/tests/__init__.py index 17c6c2b920..9dad07bdb2 100644 --- a/product_contract/tests/__init__.py +++ b/product_contract/tests/__init__.py @@ -4,4 +4,3 @@ from . import test_product from . import test_sale_order -from . import test_contract