From 5c32c1bdaae9b2c9295957b7e67f5b953612bc5a Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 25 Nov 2022 15:13:54 +0000 Subject: [PATCH] Fixed tests for CMAC --- tests/operations/tests/CMAC.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/operations/tests/CMAC.mjs b/tests/operations/tests/CMAC.mjs index 92224968..00fc7c9a 100644 --- a/tests/operations/tests/CMAC.mjs +++ b/tests/operations/tests/CMAC.mjs @@ -292,7 +292,7 @@ TestRegister.addTests([ { "name": "CMAC-AES: invalid key length", "input": "", - "expectedOutput": "the key for AES must be either 16, 24, or 32 bytes (currently 20 bytes)", + "expectedOutput": "The key for AES must be either 16, 24, or 32 bytes (currently 20 bytes)", "recipeConfig": [ { "op": "CMAC", @@ -303,7 +303,7 @@ TestRegister.addTests([ { "name": "CMAC-TDES: invalid key length", "input": "", - "expectedOutput": "the key for Triple DES must be 16 or 24 bytes (currently 20 bytes)", + "expectedOutput": "The key for Triple DES must be 16 or 24 bytes (currently 20 bytes)", "recipeConfig": [ { "op": "CMAC",