Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 committed Dec 19, 2024
1 parent 9144bf7 commit c983ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansys/aedt/core/modules/boundary/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ def create(self):
self._app.oboundary.AssignDependent(self._get_args())
elif bound_type == "Band":
self._app.omodelsetup.AssignBand(self._get_args())
return True

Check warning on line 422 in src/ansys/aedt/core/modules/boundary/common.py

View check run for this annotation

Codecov / codecov/patch

src/ansys/aedt/core/modules/boundary/common.py#L422

Added line #L422 was not covered by tests
elif bound_type == "InfiniteGround":
self._app.oboundary.AssignInfiniteGround(self._get_args())
elif bound_type == "ThinConductor":
Expand Down

0 comments on commit c983ef5

Please sign in to comment.