1
0
mirror of synced 2024-11-15 18:53:22 +01:00

Fix Hash test

This commit is contained in:
Chris van Marle 2018-10-12 13:41:37 +02:00
parent be2b466376
commit b76aa16143

View File

@ -411,7 +411,7 @@ TestRegister.addTests([
recipeConfig: [
{
"op": "HMAC",
"args": ["test", "SHA256"]
"args": [{"option": "Latin1", "string": "test"}, "SHA256"]
}
]
},