Skip to content

Commit

Permalink
passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfie1d authored and Chillee committed Sep 16, 2017
1 parent 8a978f7 commit a367d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugins/easymotion.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ suite('easymotion plugin', () => {
title: 'Can handle bd-e move',
start: ['abc |def ghi jkl'],
keysPressed: easymotionCommand({ key: 'bde', leaderCount: 3 }, '', 'k'),
end: ['abc| def ghi jkl'],
end: ['ab|c def ghi jkl'],
});

newTest({
Expand Down

0 comments on commit a367d12

Please sign in to comment.