Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Mégevand <[email protected]>
  • Loading branch information
turon and jmeg-sfy committed Aug 26, 2022
1 parent b7512ce commit 6ff20e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/tests/CHIPCryptoPALTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static void TestAES_CTR_128_Decrypt(nlTestSuite * inSuite, const AesCtrTestEntry
NL_TEST_ASSERT(inSuite, outputMatches);
if (!outputMatches)
{
printf("\n Test failed due to mismatching ciphertext\n");
printf("\n Test failed due to mismatching plaintext\n");
}
}

Expand Down

0 comments on commit 6ff20e9

Please sign in to comment.