Skip to content

Commit c112da3

Browse files
committed
linter
1 parent 6cc950b commit c112da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python_testing/TC_CC_2_2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def verify_entry_count(attr: str) -> str:
4949
return f'TH verifies that _reportedCurrentHueValuesList_ does not contain more than 10 entries for _{attr}_'
5050

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

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

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

276276
self.step(35)

0 commit comments

Comments
 (0)