diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-24 19:23:04 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-24 19:23:04 +0200 |
commit | 846bbb9930e6588516a28f58b2f80c2b04e1b372 (patch) | |
tree | ac06dde167b320f52677d5f1416981e9f88d21f0 /services/sync/tests/unit/test_service_login.js | |
parent | bccb9c1708f007ada1ea8c4879db88a587f0a450 (diff) | |
download | uxp-846bbb9930e6588516a28f58b2f80c2b04e1b372.tar.gz |
moebius#30 and #37: ForgetAboutSite.jsm - promise - serialize vs. parallel + a comment
https://github.com/MoonchildProductions/moebius/pull/30
https://github.com/MoonchildProductions/moebius/pull/37
Diffstat (limited to 'services/sync/tests/unit/test_service_login.js')
-rw-r--r-- | services/sync/tests/unit/test_service_login.js | 2 |
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 42c163915f..2ecb0a377b 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; |