From f25bfe96d7832939d0ee84b2f596ba026caed1cf Mon Sep 17 00:00:00 2001 From: toby Date: Wed, 12 Apr 2017 19:58:18 -0400 Subject: [PATCH] Use const in PGP operation tests --- test/tests/operations/PGP.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tests/operations/PGP.js b/test/tests/operations/PGP.js index 05b207c3..23370648 100644 --- a/test/tests/operations/PGP.js +++ b/test/tests/operations/PGP.js @@ -8,7 +8,7 @@ */ import TestRegister from "../../TestRegister.js"; -var CYBERCHEF_GENERATED_KEY_PAIRS = [ +const CYBERCHEF_GENERATED_KEY_PAIRS = [ { name: "CyberChef 1", size: 1024, @@ -75,7 +75,7 @@ var CYBERCHEF_GENERATED_KEY_PAIRS = [ }, ]; -var PGP_TEST_KEY_PAIRS = [ +const PGP_TEST_KEY_PAIRS = [ { keyID: "a9510d8fd7e352f5", name: "CyberChef nopw 1024 ",