Skip to content

Commit

Permalink
FIX: Merge extension test fix (#5704)
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenb-dev authored Jan 29, 2025
1 parent f91124f commit f4b3c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/solvers/test_45_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ def test_18_via_merging(self, local_scratch):
"contour_list": [[[0.143, 0.04], [0.1476, 0.04], [0.1476, 0.03618], [0.143, 0.036]]],
"is_batch": True,
"start_layer": "TOP",
"stop_layer": "BOTTOM",
"stop_layer": "INT5",
"design_name": "test",
"aedb_path": file_path,
"new_aedb_path": new_file,
Expand Down

0 comments on commit f4b3c44

Please sign in to comment.