From 9aeb39123c6ddc3169cb65df555d21763eee0368 Mon Sep 17 00:00:00 2001 From: Kedar Sovani Date: Mon, 27 Feb 2023 20:19:13 +0530 Subject: [PATCH] Fix tests --- matter/tests/interaction_model.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matter/tests/interaction_model.rs b/matter/tests/interaction_model.rs index 29df56b..8a99fa3 100644 --- a/matter/tests/interaction_model.rs +++ b/matter/tests/interaction_model.rs @@ -120,7 +120,7 @@ impl InteractionConsumer for DataModel { fn consume_subscribe( &self, - _req: &matter::interaction_model::messages::msg::SubscribeReq, + _req: &[u8], _trans: &mut Transaction, _tw: &mut TLVWriter, ) -> Result<(OpCode, matter::transport::proto_demux::ResponseRequired), Error> {