Use const in PGP operation tests

This commit is contained in:
toby 2017-04-12 19:58:18 -04:00
parent 2a4ddc34d5
commit f25bfe96d7

View file

@ -8,7 +8,7 @@
*/ */
import TestRegister from "../../TestRegister.js"; import TestRegister from "../../TestRegister.js";
var CYBERCHEF_GENERATED_KEY_PAIRS = [ const CYBERCHEF_GENERATED_KEY_PAIRS = [
{ {
name: "CyberChef 1", name: "CyberChef 1",
size: 1024, size: 1024,
@ -75,7 +75,7 @@ var CYBERCHEF_GENERATED_KEY_PAIRS = [
}, },
]; ];
var PGP_TEST_KEY_PAIRS = [ const PGP_TEST_KEY_PAIRS = [
{ {
keyID: "a9510d8fd7e352f5", keyID: "a9510d8fd7e352f5",
name: "CyberChef nopw 1024 <toby@toby.codes>", name: "CyberChef nopw 1024 <toby@toby.codes>",