From 9a880d2fcc73efc42dfb769b2ede900a8b9aa509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20R=C3=B8ed=20Tvete?= Date: Mon, 1 Jun 2026 17:13:26 +0200 Subject: [PATCH] Fixed tests --- tests/node/tests/operations.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/node/tests/operations.mjs b/tests/node/tests/operations.mjs index 8555e256..6cf85718 100644 --- a/tests/node/tests/operations.mjs +++ b/tests/node/tests/operations.mjs @@ -80,7 +80,6 @@ TestRegister.addApiTests([ option: "utf8", }, ivLength: 16, - ivLocation: "Start of input", mode: "OFB", inputType: "Hex", outputType: "Raw", @@ -108,7 +107,6 @@ TestRegister.addApiTests([ option: "Hex", }, ivLength: 16, - ivLocation: "End of input", mode: "OFB", inputType: "Hex", outputType: "Raw", @@ -120,7 +118,7 @@ TestRegister.addApiTests([ option: "Hex", string: "" }, - ivFromInput: "On" + ivFromInput: "From end" }); assert.equal(result.toString(), "a slightly longer sampleinput?"); }),