| Index: test/stub-modules/prefs.js |
| diff --git a/test/stub-modules/prefs.js b/test/stub-modules/prefs.js |
| index 2925a1385d4a4bc87b64a299ad363f8f30315286..fbddb852a3eb93eb826999f89e6a29716710b572 100644 |
| --- a/test/stub-modules/prefs.js |
| +++ b/test/stub-modules/prefs.js |
| @@ -10,7 +10,9 @@ let Prefs = exports.Prefs = { |
| subscriptions_fallbackurl: "", |
| notificationurl: "http://example.com/notification.json", |
| notificationdata: {}, |
| - notifications_ignoredcategories: [] |
| + notifications_ignoredcategories: [], |
| + blocked_total: 10, |
| + show_statsinpopup: true |
| }; |
| for (let key of Object.keys(Prefs)) |