Skip to content

Commit

Permalink
Make sure a new design is created for test_23_result_categories in te…
Browse files Browse the repository at this point in the history
…st_26_emit.py (#4617)

Co-authored-by: Sébastien Morais <[email protected]>
  • Loading branch information
myoung301 and SMoraisAnsys authored May 3, 2024
1 parent f005489 commit 855de01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unittest_solvers/test_26_emit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ def test_22_couplings(self, add_app):
)
def test_23_result_categories(self, add_app):
# set up project and run
self.aedtapp = add_app(application=Emit)
self.aedtapp = add_app(application=Emit, project_name=generate_unique_project_name())
rad1 = self.aedtapp.modeler.components.create_component("GPS Receiver")
ant1 = self.aedtapp.modeler.components.create_component("Antenna")
ant1.move_and_connect_to(rad1)
Expand Down

0 comments on commit 855de01

Please sign in to comment.