Skip to content

Commit 9aeb391

Browse files
committed
Fix tests
1 parent d0d853d commit 9aeb391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matter/tests/interaction_model.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ impl InteractionConsumer for DataModel {
120120

121121
fn consume_subscribe(
122122
&self,
123-
_req: &matter::interaction_model::messages::msg::SubscribeReq,
123+
_req: &[u8],
124124
_trans: &mut Transaction,
125125
_tw: &mut TLVWriter,
126126
) -> Result<(OpCode, matter::transport::proto_demux::ResponseRequired), Error> {

0 commit comments

Comments
 (0)