@@ -2355,8 +2355,8 @@ TEST_F(TestRead, TestSubscribe_OnActiveModeNotification)
2355
2355
}
2356
2356
2357
2357
/* *
2358
- * When all tracked subscriptions go away in server, check-in message is received and OnActiveModeNotification is called in client side, the tracked
2359
- * subscription would be torn down and a new one would be rescheduled in client side.
2358
+ * When all tracked subscriptions go away in server, check-in message is received and OnActiveModeNotification is called in client
2359
+ * side, the tracked subscription would be torn down and a new one would be rescheduled in client side.
2360
2360
*/
2361
2361
TEST_F (TestRead, TestSubscribe_SubGoAwayInserverOnActiveModeNotification)
2362
2362
{
@@ -2427,8 +2427,8 @@ TEST_F(TestRead, TestSubscribe_SubGoAwayInserverOnActiveModeNotification)
2427
2427
}
2428
2428
2429
2429
/* *
2430
- * When all tracked subscriptions go away in server, check-in message is received and OnActiveModeNotification is called in client side, the
2431
- * untracked subscription would be kept.
2430
+ * When all tracked subscriptions go away in server, check-in message is received and OnActiveModeNotification is called in client
2431
+ * side, the untracked subscription would be kept.
2432
2432
*/
2433
2433
TEST_F (TestRead, TestSubscribe_MismatchedSubGoAwayInserverOnActiveModeNotification)
2434
2434
{
@@ -2454,7 +2454,7 @@ TEST_F(TestRead, TestSubscribe_MismatchedSubGoAwayInserverOnActiveModeNotificati
2454
2454
attributePathParams[0 ].mClusterId = Clusters::UnitTesting::Id;
2455
2455
attributePathParams[0 ].mAttributeId = Clusters::UnitTesting::Attributes::Boolean ::Id;
2456
2456
readPrepareParams.mCatsMatchCheckIn = false ;
2457
- constexpr uint16_t maxIntervalCeilingSeconds = 1 ;
2457
+ constexpr uint16_t maxIntervalCeilingSeconds = 1 ;
2458
2458
2459
2459
readPrepareParams.mMaxIntervalCeilingSeconds = maxIntervalCeilingSeconds;
2460
2460
readPrepareParams.mIsPeerLIT = true ;
0 commit comments