From 11b442cb85625f5c4b4c6d626fed39a5d6e682a3 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Tue, 31 Oct 2023 15:57:56 -0400 Subject: [PATCH] fix typo --- src/controller/tests/data_model/TestRead.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/controller/tests/data_model/TestRead.cpp b/src/controller/tests/data_model/TestRead.cpp index 94a98a45eed316..fd04a329bed9b2 100644 --- a/src/controller/tests/data_model/TestRead.cpp +++ b/src/controller/tests/data_model/TestRead.cpp @@ -276,9 +276,8 @@ class TestReadInteraction : public app::ReadHandler::ApplicationCallback static void TestReadHandler_SubscriptionReportingIntervalsTest3(nlTestSuite * apSuite, void * apContext); #endif // CHIP_CONFIG_ENABLE_ICD_SERVER static void TestReadHandler_SubscriptionReportingIntervalsTest4(nlTestSuite * apSuite, void * apContext); - , #if CHIP_CONFIG_ENABLE_ICD_SERVER != 1 - static void TestReadHandler_SubscriptionReportingIntervalsTest5(nlTestSuite * apSuite, void * apContext); + static void TestReadHandler_SubscriptionReportingIntervalsTest5(nlTestSuite * apSuite, void * apContext); static void TestReadHandler_SubscriptionReportingIntervalsTest6(nlTestSuite * apSuite, void * apContext); static void TestReadHandler_SubscriptionReportingIntervalsTest7(nlTestSuite * apSuite, void * apContext); #endif // CHIP_CONFIG_ENABLE_ICD_SERVER