summaryrefslogtreecommitdiffstats
path: root/services/sync/tests/unit/test_keys.js
diff options
context:
space:
mode:
Diffstat (limited to 'services/sync/tests/unit/test_keys.js')
-rw-r--r--services/sync/tests/unit/test_keys.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync/tests/unit/test_keys.js b/services/sync/tests/unit/test_keys.js
index a828b619c..6a2fdd027 100644
--- a/services/sync/tests/unit/test_keys.js
+++ b/services/sync/tests/unit/test_keys.js
@@ -7,7 +7,7 @@ Cu.import("resource://services-sync/keys.js");
Cu.import("resource://services-sync/record.js");
Cu.import("resource://services-sync/util.js");
-var collectionKeys = new CollectionKeyManager();
+let collectionKeys = new CollectionKeyManager();
function sha256HMAC(message, key) {
let h = Utils.makeHMACHasher(Ci.nsICryptoHMAC.SHA256, key);