From 158641c92128200089a20bca5d6321e388ca2f94 Mon Sep 17 00:00:00 2001 From: Ferdinand Linnenberg Date: Tue, 17 Sep 2024 11:31:15 +0200 Subject: [PATCH] fix: removed newline from input and set default arg --- tests/operations/tests/Compress.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/operations/tests/Compress.mjs b/tests/operations/tests/Compress.mjs index 88e17db4..d1d451fd 100644 --- a/tests/operations/tests/Compress.mjs +++ b/tests/operations/tests/Compress.mjs @@ -107,7 +107,7 @@ TestRegister.addTests([ }, { name: "ZStandard Decompress", - input: "KLUv/QRYwQAAVGhlIGNhdCBzYXQgb24gdGhlIG1hdC4KpvSd8w==", + input: "KLUv/QRYuQAAVGhlIGNhdCBzYXQgb24gdGhlIG1hdC4tJ481", expectedOutput: "The cat sat on the mat.", recipeConfig: [ { @@ -116,7 +116,7 @@ TestRegister.addTests([ }, { "op": "ZStandard Decompress", - "args": [] + "args": [65536] } ], }