Fix typo in Cut test

This commit is contained in:
Emil Henry 2020-03-30 08:58:18 +02:00
parent 06f95edd2e
commit 1ab3baf7be

View file

@ -39,7 +39,7 @@ TestRegister.addTests([
recipeConfig: [ recipeConfig: [
{ {
op: "Cut", op: "Cut",
args: ["User defined", "2-1", "\\n", "\\n", ",", ","], args: ["User defined", "1-0", "\\n", "\\n", ",", ","],
}, },
], ],
}, },