Skip to content

Commit

Permalink
FIX: Unittest is updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin4667 committed Oct 8, 2024
1 parent 013447a commit d886ab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_remove_row(self):
== "Either no value is set for this band or the rowIndex must be greater than zero and less than row count"
)

def test_clear_table():
def test_clear_table(self):
design = ansys.aedt.core.FilterSolutions(implementation_type=FilterImplementation.LUMPED)
design.attributes.filter_multiple_bands_enabled = True
# There are 2 rows in the table by default
Expand Down

0 comments on commit d886ab0

Please sign in to comment.