Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Jul 30, 2024
1 parent 6cc950b commit c112da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python_testing/TC_CC_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def verify_entry_count(attr: str) -> str:
return f'TH verifies that _reportedCurrentHueValuesList_ does not contain more than 10 entries for _{attr}_'

def entry_count_verification() -> str:
return f'_reportedCurrentHueValuesList_ has 10 or less entries in the list'
return '_reportedCurrentHueValuesList_ has 10 or less entries in the list'

return [TestStep(1, commission_if_required(), is_commissioning=True),
TestStep(2, read_attribute('FeatureMap')),
Expand Down Expand Up @@ -269,8 +269,8 @@ def check_report_counts(attr: ClusterObjects.ClusterAttributeDescriptor):
time.sleep(20)

self.step(34)
count = sub_handler.attribute_report_counts[cc.Attributes.RemainingTime]
# TODO: Re-enable checks 34, 34, 36 when #34643 is addressed
# count = sub_handler.attribute_report_counts[cc.Attributes.RemainingTime]
# asserts.assert_equal(count, 3, "Unexpected number of reports received")

self.step(35)
Expand Down

0 comments on commit c112da3

Please sign in to comment.