Skip to content

Commit

Permalink
Fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed May 8, 2024
1 parent a6ce50d commit 32be8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unittest/test_12_PostProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

Expand Down

0 comments on commit 32be8b3

Please sign in to comment.