diff --git a/tests/unit/test_kis_data_collection_v1.py b/tests/unit/test_kis_data_collection_v1.py index 9e4f9e80..aa47cf7d 100644 --- a/tests/unit/test_kis_data_collection_v1.py +++ b/tests/unit/test_kis_data_collection_v1.py @@ -9,7 +9,7 @@ ROOT = Path(__file__).resolve().parents[2] if str(ROOT) not in sys.path: sys.path.insert(0, str(ROOT)) -from src.quant_engine import kis_data_collection_v1 as kdc +from src.quant_engine.deprecated import kis_data_collection_v1 as kdc class TestKisDataCollectionV1(unittest.TestCase):