Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
xconverge authored and rebornix committed Oct 31, 2016
1 parent eb7fcba commit d0c3592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mode/modeVisual.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ suite("Mode Visual", () => {
title: "Can do va) on a matching parenthesis",
start: ["test(te|st);"],
keysPressed: "va)d",
end: ["tes|t;"],
end: ["test|;"],
endMode: ModeName.Normal
});

Expand Down

0 comments on commit d0c3592

Please sign in to comment.