Skip to content

Commit

Permalink
fix a test issue which is false positive previously
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Oct 17, 2016
1 parent 2ffddc7 commit 7122007
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/mode/normalModeTests/dot.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ suite("Dot Operator", () => {
let modeHandler: ModeHandler = new ModeHandler();

let {
newTest
newTest,
newTestOnly
} = getTestingFunctions(modeHandler);

setup(async () => {
Expand Down Expand Up @@ -64,7 +65,7 @@ suite("Dot Operator", () => {
title: "Can repeat actions that require selections",
start: ['on|e', 'two'],
keysPressed: 'Vj>.',
end: [' |one', ' two']
end: ['\t\t|one', '\t\ttwo']
});

});
Expand Down

0 comments on commit 7122007

Please sign in to comment.