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