diff --git a/src/controller/tests/data_model/TestRead.cpp b/src/controller/tests/data_model/TestRead.cpp index f5cac469aa27e2..38b7516ab15991 100644 --- a/src/controller/tests/data_model/TestRead.cpp +++ b/src/controller/tests/data_model/TestRead.cpp @@ -4687,8 +4687,8 @@ TEST_F(TestRead, TestReadHandler_KeepSubscriptionTest) readParam.mAttributePathParamsListSize = 0; readClient = std::make_unique(app::InteractionModelEngine::GetInstance(), - app::InteractionModelEngine::GetInstance()->GetExchangeManager(), readCallback, - app::ReadClient::InteractionType::Subscribe); + app::InteractionModelEngine::GetInstance()->GetExchangeManager(), readCallback, + app::ReadClient::InteractionType::Subscribe); EXPECT_EQ(readClient->SendRequest(readParam), CHIP_NO_ERROR); DrainAndServiceIO();