From bde9ca34941eb9d7269a403a1bf0d5b5eccf1347 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sun, 3 Aug 2025 16:27:07 +0200 Subject: [PATCH] Update tests/test_utils_hastyepics.py --- tests/test_utils_hastyepics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils_hastyepics.py b/tests/test_utils_hastyepics.py index ed2a94929..7a72ecb85 100644 --- a/tests/test_utils_hastyepics.py +++ b/tests/test_utils_hastyepics.py @@ -6,7 +6,7 @@ from epics.motor import MotorException import sys import os sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) -from slic.utils.ask_yes_no import * +from slic.utils.hastyepics import * def test_get_pv_creation_and_connection():