Skip to content

Commit 855de01

Browse files
Make sure a new design is created for test_23_result_categories in test_26_emit.py (#4617)
Co-authored-by: Sébastien Morais <[email protected]>
1 parent f005489 commit 855de01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittest_solvers/test_26_emit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ def test_22_couplings(self, add_app):
11371137
)
11381138
def test_23_result_categories(self, add_app):
11391139
# set up project and run
1140-
self.aedtapp = add_app(application=Emit)
1140+
self.aedtapp = add_app(application=Emit, project_name=generate_unique_project_name())
11411141
rad1 = self.aedtapp.modeler.components.create_component("GPS Receiver")
11421142
ant1 = self.aedtapp.modeler.components.create_component("Antenna")
11431143
ant1.move_and_connect_to(rad1)

0 commit comments

Comments
 (0)