Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3c428d7

Browse files
committedMar 12, 2025·
chore(TC-G-2.2): restyled by isort
1 parent 56a4728 commit 3c428d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/python_testing/TC_G_2_2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
# quiet: true
3636
# === END CI TEST ARGUMENTS ===
3737

38-
from typing import List
3938
import logging
39+
from typing import List
4040

4141
import chip.clusters as Clusters
4242
from chip.interaction_model import Status
@@ -254,7 +254,7 @@ async def test_TC_G_2_2(self):
254254
try:
255255
result = await th1.SendCommand(self.dut_node_id, self.matter_test_config.endpoint, Clusters.Groups.Commands.AddGroup(kGroupId, kGroupNameOverflow))
256256
asserts.assert_equal(result.status, Status.ConstraintError,
257-
"Unexpected error status must be CONSTRAINT_ERROR as the groupName is of length > 16")
257+
"Unexpected error status must be CONSTRAINT_ERROR as the groupName is of length > 16")
258258
except Exception as e:
259259
logging.exception('Error while adding groupName')
260260

0 commit comments

Comments
 (0)
Please sign in to comment.