Skip to content

Commit 5ca1f54

Browse files
committed
restyle
1 parent 6cfe31e commit 5ca1f54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/python_testing/TC_CGEN_2_5.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ async def test_TC_CGEN_2_5(self):
130130
attributes=[(ROOT_ENDPOINT_ID, Clusters.GeneralCommissioning.Attributes.FeatureMap)],
131131
)
132132
feature_map = response[ROOT_ENDPOINT_ID][Clusters.GeneralCommissioning][Clusters.GeneralCommissioning.Attributes.FeatureMap]
133-
asserts.assert_equal(feature_map & Clusters.GeneralCommissioning.Bitmaps.Feature.kTermsAndConditions, Clusters.GeneralCommissioning.Bitmaps.Feature.kTermsAndConditions, "TC feature flag is not set.")
133+
asserts.assert_equal(feature_map & Clusters.GeneralCommissioning.Bitmaps.Feature.kTermsAndConditions,
134+
Clusters.GeneralCommissioning.Bitmaps.Feature.kTermsAndConditions, "TC feature flag is not set.")
134135

135136
# Step 5: Send SetTCAcknowledgements
136137
self.step(5)

0 commit comments

Comments
 (0)