summaryrefslogtreecommitdiffstats
path: root/services/crypto/tests/unit/test_jwcrypto.js
diff options
context:
space:
mode:
Diffstat (limited to 'services/crypto/tests/unit/test_jwcrypto.js')
-rw-r--r--services/crypto/tests/unit/test_jwcrypto.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/crypto/tests/unit/test_jwcrypto.js b/services/crypto/tests/unit/test_jwcrypto.js
index 02f064d431..be2a5e3d0d 100644
--- a/services/crypto/tests/unit/test_jwcrypto.js
+++ b/services/crypto/tests/unit/test_jwcrypto.js
@@ -7,7 +7,7 @@ ChromeUtils.defineESModuleGetters(this, {
jwcrypto: "resource://services-crypto/jwcrypto.sys.mjs",
});
-// Enable logging from jwcrypto.jsm.
+// Enable logging from jwcrypto.sys.mjs.
Services.prefs.setStringPref("services.crypto.jwcrypto.log.level", "Debug");
add_task(async function test_jwe_roundtrip_ecdh_es_encryption() {