From 855de01d389a762a8278e304fb59faf00898c6d2 Mon Sep 17 00:00:00 2001 From: Matthew Young <86373761+myoung301@users.noreply.github.com> Date: Fri, 3 May 2024 04:11:52 -0500 Subject: [PATCH] Make sure a new design is created for test_23_result_categories in test_26_emit.py (#4617) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com> --- _unittest_solvers/test_26_emit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_unittest_solvers/test_26_emit.py b/_unittest_solvers/test_26_emit.py index adabbac4cc8..bde7c4b6a38 100644 --- a/_unittest_solvers/test_26_emit.py +++ b/_unittest_solvers/test_26_emit.py @@ -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)