diff --git a/tests/node/tests/operations.mjs b/tests/node/tests/operations.mjs index ea902ace..7e1b8913 100644 --- a/tests/node/tests/operations.mjs +++ b/tests/node/tests/operations.mjs @@ -982,7 +982,7 @@ smothering ampersand abreast`; ]; invalidKeys.forEach(invalidKey => { assert.throws(() => { - chef.XOR("fe023da5", { key: invalidKey }); + chef.XOR("fe023da5", { key: invalidKey, filterKey: false }); }, /Invalid Characters in key/); }); }),