| Index: test/filterListener.js |
| diff --git a/test/filterListener.js b/test/filterListener.js |
| index 79df244eb6b3e93ec61f5e15fd0ee12c2ccff627..ceee82a4d0cb96daaa5b0d68bc4aaa0e1a10b39f 100644 |
| --- a/test/filterListener.js |
| +++ b/test/filterListener.js |
| @@ -17,7 +17,7 @@ |
| "use strict"; |
| -let {createSandbox} = require("./_common"); |
| +const {createSandbox} = require("./_common"); |
| let sandboxedRequire = null; |
| let FilterStorage = null; |
| @@ -325,5 +325,5 @@ exports.testFilterGroupOperations = function(test) |
| subscription3.disabled = false; |
| checkKnownFilters(test, "enable exception rules", {blacklist: [filter1.text], whitelist: [filter2.text]}); |
| - test.done(); |
| + test.done(); |
| }; |