aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Blott2016-03-17 12:35:33 +0000
committerStephen Blott2016-03-17 12:35:33 +0000
commit16b150c108f72cc7b3e33c6fa46bd5c2d06c71c8 (patch)
treea0af536d219e1728d6f483cb0b39f6ca1a89e524 /tests
parentd6f8e7301ed43a64df77e9bfa0ef9dd7a263faeb (diff)
downloadvimium-16b150c108f72cc7b3e33c6fa46bd5c2d06c71c8.tar.bz2
Tweaks for #2053.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit_tests/exclusion_test.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/exclusion_test.coffee b/tests/unit_tests/exclusion_test.coffee
index 33b04777..649dfd1f 100644
--- a/tests/unit_tests/exclusion_test.coffee
+++ b/tests/unit_tests/exclusion_test.coffee
@@ -20,7 +20,7 @@ extend(global, require "../../background_scripts/commands.js")
extend(global, require "../../background_scripts/main.js")
isEnabledForUrl = (request) ->
- Frames.isEnabledForUrl {request, tabId: 0, port: postMessage: (id) -> id}
+ Frames.isEnabledForUrl {request, tabId: 0, port: postMessage: (request) -> request}
# These tests cover only the most basic aspects of excluded URLs and passKeys.
#