diff --git a/tests/nexus/test_discover_scan.cpp b/tests/nexus/test_discover_scan.cpp index f947fdeee..6a003aae7 100644 --- a/tests/nexus/test_discover_scan.cpp +++ b/tests/nexus/test_discover_scan.cpp @@ -149,7 +149,7 @@ void TestDiscoverScanRequestCallback(void) result = &resultContext.mScanResults[0]; VerifyOrQuit(AsCoreType(&result->mExtAddress) == leader.Get().GetExtAddress()); - VerifyOrQuit(AsCoreType(&result->mExtendedPanId) == leader.Get().GetExtPanId()); + VerifyOrQuit(AsCoreType(&result->mExtendedPanId) == leader.Get().GetExtPanId()); VerifyOrQuit(result->mPanId == leader.Get().GetPanId()); VerifyOrQuit(result->mChannel == leader.Get().GetPanChannel()); VerifyOrQuit(result->mDiscover);