Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and austina-csa committed Oct 31, 2024
1 parent 401fd8b commit 52b53d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_IDM_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ async def test_TC_IDM_2_2(self):
expected_descriptor_attributes = ClusterObjects.ALL_ATTRIBUTES[Clusters.Objects.Descriptor.id]
# Event List is not supposed to be present -- see https://github.com/project-chip/connectedhomeip/pull/34997
# Therefore, the test is adjusted to remove EventList from expected attributes
expected_descriptor_attributes.pop(65530, None) # 65530 = EventList
expected_descriptor_attributes.pop(65530, None) # 65530 = EventList
asserts.assert_equal(set(returned_attributes), set(expected_descriptor_attributes.values()))

# Step 3
Expand Down

0 comments on commit 52b53d4

Please sign in to comment.