diff options
| author | Stephen Blott | 2016-03-17 12:35:33 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-03-17 12:35:33 +0000 | 
| commit | 16b150c108f72cc7b3e33c6fa46bd5c2d06c71c8 (patch) | |
| tree | a0af536d219e1728d6f483cb0b39f6ca1a89e524 /tests/unit_tests | |
| parent | d6f8e7301ed43a64df77e9bfa0ef9dd7a263faeb (diff) | |
| download | vimium-16b150c108f72cc7b3e33c6fa46bd5c2d06c71c8.tar.bz2 | |
Tweaks for #2053.
Diffstat (limited to 'tests/unit_tests')
| -rw-r--r-- | tests/unit_tests/exclusion_test.coffee | 2 | 
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.  # | 
