From 32be8b3144854bf140f0697f862a993146acc731 Mon Sep 17 00:00:00 2001 From: Samuelopez-ansys Date: Wed, 8 May 2024 17:13:50 +0200 Subject: [PATCH] Fix UT --- _unittest/test_12_PostProcessing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_unittest/test_12_PostProcessing.py b/_unittest/test_12_PostProcessing.py index 107fd611da9..5f6e828181b 100644 --- a/_unittest/test_12_PostProcessing.py +++ b/_unittest/test_12_PostProcessing.py @@ -539,7 +539,7 @@ def test_64_eye_meas(self, eye_test): def test_65_eye_from_json(self, eye_test): local_path = os.path.dirname(os.path.realpath(__file__)) assert eye_test.post.create_report_from_configuration( - os.path.join(local_path, "example_models", "report_json", "Spectral_Report_Simple.json"), + os.path.join(local_path, "example_models", "report_json", "EyeDiagram_Report_simple.json"), solution_name="QuickEyeAnalysis", )