diff options
| author | Stephen Blott | 2018-02-05 10:25:15 +0000 |
|---|---|---|
| committer | Stephen Blott | 2018-02-05 10:25:15 +0000 |
| commit | f3ea08b2e8f22e21e9ff561ecc80dccd6c9f2962 (patch) | |
| tree | ffaadefd7af88e094ad6b4ae1a26c53a6283255b | |
| parent | 1d961d5dacb71638690d06e91866d121e43edf9c (diff) | |
| download | vimium-f3ea08b2e8f22e21e9ff561ecc80dccd6c9f2962.tar.bz2 | |
Fix tests.
| -rw-r--r-- | tests/dom_tests/vomnibar_test.coffee | 2 |
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 = [] |
