diff options
Diffstat (limited to 'tests/dom_tests/vomnibar_test.coffee')
| -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 = [] |
