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_syncscheduler.js | |
parent | bccb9c1708f007ada1ea8c4879db88a587f0a450 (diff) | |
download | UXP-846bbb9930e6588516a28f58b2f80c2b04e1b372.tar UXP-846bbb9930e6588516a28f58b2f80c2b04e1b372.tar.gz UXP-846bbb9930e6588516a28f58b2f80c2b04e1b372.tar.lz UXP-846bbb9930e6588516a28f58b2f80c2b04e1b372.tar.xz UXP-846bbb9930e6588516a28f58b2f80c2b04e1b372.zip |
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_syncscheduler.js')
-rw-r--r-- | services/sync/tests/unit/test_syncscheduler.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync/tests/unit/test_syncscheduler.js b/services/sync/tests/unit/test_syncscheduler.js index b066eae82..730a3f996 100644 --- a/services/sync/tests/unit/test_syncscheduler.js +++ b/services/sync/tests/unit/test_syncscheduler.js @@ -535,7 +535,7 @@ add_task(function* test_autoconnect_mp_locked() { delete Service.identity.syncKey; Service.identity.__defineGetter__("syncKey", function() { _("Faking Master Password entry cancelation."); - throw "User canceled Master Password entry"; + throw "User canceled master password entry"; }); let deferred = Promise.defer(); |