Fix lint error in aes test

This commit is contained in:
microshine 2019-03-03 00:20:37 +03:00
parent d3c5725d5e
commit 7aa9cac99a
1 changed files with 2 additions and 2 deletions

View File

@ -559,7 +559,7 @@ context("AES", () => {
algorithm: {
name: "AES-KW",
},
wrappedKey: Buffer.from("1FA68B0A8112B447AEF34BD8FB5A7B829D3E862371D2CFE5", "hex")
wrappedKey: Buffer.from("1FA68B0A8112B447AEF34BD8FB5A7B829D3E862371D2CFE5", "hex"),
},
],
import: [
@ -617,7 +617,7 @@ context("AES", () => {
algorithm: {
name: "AES-KW",
},
wrappedKey: Buffer.from("031D33264E15D33268F24EC260743EDCE1C6C7DDEE725A936BA814915C6762D2", "hex")
wrappedKey: Buffer.from("031D33264E15D33268F24EC260743EDCE1C6C7DDEE725A936BA814915C6762D2", "hex"),
},
],
import: [