Skip to content

Commit

Permalink
Fix incorrect test
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0 committed Jan 4, 2020
1 parent 589ff5b commit 353041f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mode/modeNormal.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1756,8 +1756,8 @@ suite('Mode Normal', () => {
newTest({
title: 'can ctrl-x on a negative number with word before and after ',
start: ['|test-2abc'],
keysPressed: '<C-a><C-a><C-a>',
end: ['test|1abc'],
keysPressed: '<C-x><C-x><C-x>',
end: ['test-|5abc'],
});

newTest({
Expand Down

0 comments on commit 353041f

Please sign in to comment.