Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed May 13, 2024
1 parent 59303b9 commit bc46eb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/tests/suites/TestIcdManagementCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ tests:
response:
constraints:
type: bitmap32
value: 0x110D
value: 0x111D

- label: "Read UserActiveModeTriggerInstruction"
command: "readAttribute"
Expand Down
2 changes: 0 additions & 2 deletions src/python_testing/test_testing/test_TC_ICDM_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@

import string
import sys
import typing
from dataclasses import dataclass

import chip.clusters as Clusters
from chip.clusters import Attribute
from chip.clusters.Types import NullValue
from MockTestRunner import MockTestRunner

c = Clusters.IcdManagement
Expand Down

0 comments on commit bc46eb2

Please sign in to comment.