From efd15b0d3bce9327126dc6758f987bea76ddb655 Mon Sep 17 00:00:00 2001 From: Martin Turon Date: Thu, 25 Aug 2022 13:06:29 -0700 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jonathan Mégevand <77852424+jmeg-sfy@users.noreply.github.com> --- src/crypto/tests/CHIPCryptoPALTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/tests/CHIPCryptoPALTest.cpp b/src/crypto/tests/CHIPCryptoPALTest.cpp index c261d5c943b903..861db7f8b3bb7b 100644 --- a/src/crypto/tests/CHIPCryptoPALTest.cpp +++ b/src/crypto/tests/CHIPCryptoPALTest.cpp @@ -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"); } }