瀏覽代碼

Fix Hash test

Chris van Marle 6 年之前
父節點
當前提交
b76aa16143
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/tests/operations/Hash.mjs

+ 1 - 1
test/tests/operations/Hash.mjs

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