diff --git a/tests/operations/tests/Base85.mjs b/tests/operations/tests/Base85.mjs index 2405f63f..36c65f4c 100644 --- a/tests/operations/tests/Base85.mjs +++ b/tests/operations/tests/Base85.mjs @@ -50,18 +50,18 @@ TestRegister.addTests([ ] }, { - name: "From Base85", + name: "To Base85", input: allZeroExample, expectedOutput: allZeroOutput, recipeConfig: [ { "op": "From Base85", - "args": ["!-u", false] } + "args": ["!-u"] } ] }, { name: "From Base85", - input: allZeroExample, - expectedOutput: allZeroOutput, + input: allZeroOutput, + expectedOutput: allZeroExample, recipeConfig: [ { "op": "From Base85", "args": ["!-u", true] }