Index: test/domainRestrictions.js |
diff --git a/test/domainRestrictions.js b/test/domainRestrictions.js |
index 12bc0154629c56992e4d938b9293a7bac86eb718..182e6ef144e9b711941177d94f36b45d2d0f338b 100644 |
--- a/test/domainRestrictions.js |
+++ b/test/domainRestrictions.js |
@@ -17,7 +17,7 @@ |
"use strict"; |
-let {createSandbox} = require("./_common"); |
+const {createSandbox} = require("./_common"); |
let Filter = null; |
@@ -54,7 +54,7 @@ exports.testUnrestrictedBlockingFilters = function(test) |
exports.testUnrestrictedHidingRules = function(test) |
{ |
- testActive(test,"#foo", null, true, false); |
+ testActive(test, "#foo", null, true, false); |
testActive(test, "#foo", "com", true, false); |
testActive(test, "#foo", "example.com", true, false); |
testActive(test, "#foo", "example.com.", true, false); |