diff --git a/_unittest/test_45_FilterSolutions/test_filter/test_multiple_bands_table.py b/_unittest/test_45_FilterSolutions/test_filter/test_multiple_bands_table.py index 6030af4f69e..d408a7de1c7 100644 --- a/_unittest/test_45_FilterSolutions/test_filter/test_multiple_bands_table.py +++ b/_unittest/test_45_FilterSolutions/test_filter/test_multiple_bands_table.py @@ -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