summaryrefslogtreecommitdiffstats
path: root/services/sync/tests/unit/test_service_login.js
diff options
context:
space:
mode:
Diffstat (limited to 'services/sync/tests/unit/test_service_login.js')
-rw-r--r--services/sync/tests/unit/test_service_login.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync/tests/unit/test_service_login.js b/services/sync/tests/unit/test_service_login.js
index 42c163915..2ecb0a377 100644
--- a/services/sync/tests/unit/test_service_login.js
+++ b/services/sync/tests/unit/test_service_login.js
@@ -206,7 +206,7 @@ add_test(function test_login_on_sync() {
_("Old passphrase function is " + oldGetter);
Service.identity.__defineGetter__("syncKey",
function() {
- throw "User canceled Master Password entry";
+ throw "User canceled master password entry";
});
let oldClearSyncTriggers = Service.scheduler.clearSyncTriggers;