Skip to content

Commit

Permalink
fix: removed newline from input and set default arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarjit committed Sep 17, 2024
1 parent e767a89 commit 158641c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/operations/tests/Compress.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ TestRegister.addTests([
},
{
name: "ZStandard Decompress",
input: "KLUv/QRYwQAAVGhlIGNhdCBzYXQgb24gdGhlIG1hdC4KpvSd8w==",
input: "KLUv/QRYuQAAVGhlIGNhdCBzYXQgb24gdGhlIG1hdC4tJ481",
expectedOutput: "The cat sat on the mat.",
recipeConfig: [
{
Expand All @@ -116,7 +116,7 @@ TestRegister.addTests([
},
{
"op": "ZStandard Decompress",
"args": []
"args": [65536]
}
],
}
Expand Down

0 comments on commit 158641c

Please sign in to comment.