Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4348e5e

Browse files
committedApr 9, 2024·
fix tests
1 parent 5d3d56b commit 4348e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_unittest_solvers/test_00_analyze.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_02_hfss_export_results(self, hfss_app):
172172
hfss_app.add_3d_component_array_from_json(dict_in)
173173
exported_files = hfss_app.export_results()
174174
assert len(exported_files) == 0
175-
setup = hfss_app.create_setup(name="test")
175+
setup = hfss_app.create_setup(setupname="test")
176176
setup.props["Frequency"] = "1GHz"
177177
exported_files = hfss_app.export_results()
178178
assert len(exported_files) == 0

0 commit comments

Comments
 (0)
Please sign in to comment.