Skip to content

Commit ad40856

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

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
@@ -551,7 +551,7 @@ class TestICDManager
551551
// Verify That ICDManager starts in Idle
552552
NL_TEST_ASSERT(aSuite, ctx->mICDManager.mOperationalState == ICDManager::OperationalState::IdleMode);
553553

554-
// Trigger a subscription report Put the ICD manager into active mode
554+
// Trigger a subscription report. Put the ICD manager into active mode.
555555
notifier.NotifySubscriptionReport();
556556
NL_TEST_ASSERT(aSuite, ctx->mICDManager.mOperationalState == ICDManager::OperationalState::ActiveMode);
557557

0 commit comments

Comments
 (0)