Skip to content

Commit bc46eb2

Browse files
fix ci
1 parent 59303b9 commit bc46eb2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/app/tests/suites/TestIcdManagementCluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ tests:
141141
response:
142142
constraints:
143143
type: bitmap32
144-
value: 0x110D
144+
value: 0x111D
145145

146146
- label: "Read UserActiveModeTriggerInstruction"
147147
command: "readAttribute"

src/python_testing/test_testing/test_TC_ICDM_2_1.py

-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@
1818

1919
import string
2020
import sys
21-
import typing
2221
from dataclasses import dataclass
2322

2423
import chip.clusters as Clusters
2524
from chip.clusters import Attribute
26-
from chip.clusters.Types import NullValue
2725
from MockTestRunner import MockTestRunner
2826

2927
c = Clusters.IcdManagement

0 commit comments

Comments
 (0)