Skip to content

Commit f39186c

Browse files
Update src/app/tests/TestICDManager.cpp
Co-authored-by: mkardous-silabs <84793247+mkardous-silabs@users.noreply.github.com>
1 parent ad40856 commit f39186c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/tests/TestICDManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ class TestICDManager
555555
notifier.NotifySubscriptionReport();
556556
NL_TEST_ASSERT(aSuite, ctx->mICDManager.mOperationalState == ICDManager::OperationalState::ActiveMode);
557557

558-
// Advance time by the duration of the stay active request - 1
558+
// Advance time by the ActiveModeDuration - 1
559559
AdvanceClockAndRunEventLoop(ctx, icdConfigData.GetActiveModeDuration() - 1_ms);
560560
// Confirm ICD manager is in active mode
561561
NL_TEST_ASSERT(aSuite, ctx->mICDManager.mOperationalState == ICDManager::OperationalState::ActiveMode);

0 commit comments

Comments
 (0)