Skip to content

Commit

Permalink
Fix typo in Cut test
Browse files Browse the repository at this point in the history
  • Loading branch information
emilhf committed Mar 30, 2020
1 parent 06f95ed commit 1ab3baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/operations/tests/Cut.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "Cut",
args: ["User defined", "2-1", "\\n", "\\n", ",", ","],
args: ["User defined", "1-0", "\\n", "\\n", ",", ","],
},
],
},
Expand Down

0 comments on commit 1ab3baf

Please sign in to comment.