From f84c11f63d735f4d4c5d87551b93d44fa1d8a53b Mon Sep 17 00:00:00 2001 From: TheSavageTeddy <51810476+TheSavageTeddy@users.noreply.github.com> Date: Fri, 25 Nov 2022 22:40:40 +0800 Subject: [PATCH] im dumb, please pass the test now --- tests/operations/tests/Base85.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/operations/tests/Base85.mjs b/tests/operations/tests/Base85.mjs index 36c65f4c..44e12ee2 100644 --- a/tests/operations/tests/Base85.mjs +++ b/tests/operations/tests/Base85.mjs @@ -54,7 +54,7 @@ TestRegister.addTests([ input: allZeroExample, expectedOutput: allZeroOutput, recipeConfig: [ - { "op": "From Base85", + { "op": "To Base85", "args": ["!-u"] } ] }, @@ -64,7 +64,7 @@ TestRegister.addTests([ expectedOutput: allZeroExample, recipeConfig: [ { "op": "From Base85", - "args": ["!-u", true] } + "args": ["!-u", true, "z"] } ] }, ]);