aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2018-02-05 10:25:15 +0000
committerStephen Blott2018-02-05 10:25:15 +0000
commitf3ea08b2e8f22e21e9ff561ecc80dccd6c9f2962 (patch)
treeffaadefd7af88e094ad6b4ae1a26c53a6283255b
parent1d961d5dacb71638690d06e91866d121e43edf9c (diff)
downloadvimium-f3ea08b2e8f22e21e9ff561ecc80dccd6c9f2962.tar.bz2
Fix tests.
-rw-r--r--tests/dom_tests/vomnibar_test.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dom_tests/vomnibar_test.coffee b/tests/dom_tests/vomnibar_test.coffee
index a8a02f2b..2bb9cc1a 100644
--- a/tests/dom_tests/vomnibar_test.coffee
+++ b/tests/dom_tests/vomnibar_test.coffee
@@ -74,7 +74,7 @@ context "Keep selection within bounds",
@completions = [{html:'foo',type:'tab',url:'http://example.com'}]
ui.update(true)
stub ui, "actionFromKeyEvent", -> "down"
- ui.onKeydown eventMock
+ ui.onKeyEvent eventMock
assert.equal 0, ui.selection
@completions = []