From 5ebfd2a3c259a64f287e18c41a07df736eca016d Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 7 Feb 2024 17:23:03 +0100 Subject: [PATCH] test: fixed import in test_validator_errors.py --- tests/test_validator_errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_validator_errors.py b/tests/test_validator_errors.py index 9cbf1358..d1660d52 100644 --- a/tests/test_validator_errors.py +++ b/tests/test_validator_errors.py @@ -8,7 +8,7 @@ from bec_widgets.validation.monitor_config_validator import ( PlotConfig, ) -from test_bec_monitor import mocked_client +from .test_bec_monitor import mocked_client @pytest.fixture(scope="function")