Fix Hash test

This commit is contained in:
Chris van Marle 2018-10-12 13:41:37 +02:00
parent be2b466376
commit b76aa16143
1 changed files with 1 additions and 1 deletions

View File

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