We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad40856 commit f39186cCopy full SHA for f39186c
src/app/tests/TestICDManager.cpp
@@ -555,7 +555,7 @@ class TestICDManager
555
notifier.NotifySubscriptionReport();
556
NL_TEST_ASSERT(aSuite, ctx->mICDManager.mOperationalState == ICDManager::OperationalState::ActiveMode);
557
558
- // Advance time by the duration of the stay active request - 1
+ // Advance time by the ActiveModeDuration - 1
559
AdvanceClockAndRunEventLoop(ctx, icdConfigData.GetActiveModeDuration() - 1_ms);
560
// Confirm ICD manager is in active mode
561
0 commit comments