Skip to content

Commit

Permalink
Update _unittest/test_11_Setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com>
  • Loading branch information
Samuelopez-ansys and SMoraisAnsys committed Mar 19, 2024
1 parent 6d81d7b commit 42d8c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _unittest/test_11_Setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def test_01c_create_hfss_setup_auto_open(self):
self.aedtapp.duplicate_design("auto_open")
for setup in self.aedtapp.get_setups():
self.aedtapp.delete_setup(setup)
assert setup not in self.aedtapp.setups
assert not self.aedtapp.setups
self.aedtapp.set_auto_open()
setup1 = self.aedtapp.get_setup("Auto1")
Expand Down

0 comments on commit 42d8c70

Please sign in to comment.