Skip to content

Commit

Permalink
Fix Unit Test for PSA Crypto (#30513)
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs authored and pull[bot] committed Apr 23, 2024
1 parent 6062b5d commit 1bc5ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tests/TestICDMonitoringTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void TestEntryAssignationOverload(nlTestSuite * aSuite, void * aContext)
NL_TEST_ASSERT(aSuite, entry2.checkInNodeID == entry.checkInNodeID);
NL_TEST_ASSERT(aSuite, entry2.monitoredSubject == entry.monitoredSubject);

NL_TEST_ASSERT(aSuite, entry.IsKeyEquivalent(ByteSpan(entry2.key.As<Crypto::Aes128KeyByteArray>())));
NL_TEST_ASSERT(aSuite, entry2.IsKeyEquivalent(ByteSpan(kKeyBuffer1a)));
}

void TestEntryKeyFunctions(nlTestSuite * aSuite, void * aContext)
Expand Down

0 comments on commit 1bc5ed1

Please sign in to comment.