From 47b9ffb393cddfd9872c0b2f23481424347467b7 Mon Sep 17 00:00:00 2001 From: Neoreo Date: Thu, 30 Jul 2026 16:30:12 +0200 Subject: [PATCH] Fix: typo in test case --- tests/node/tests/nodeApi.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/node/tests/nodeApi.mjs b/tests/node/tests/nodeApi.mjs index b65b9abc..43d1605d 100644 --- a/tests/node/tests/nodeApi.mjs +++ b/tests/node/tests/nodeApi.mjs @@ -168,7 +168,7 @@ TestRegister.addApiTests([ it("chef.help: returns multiple results", () => { const result = chef.help("base 64"); - assert.strictEqual(result.length, 14); + assert.strictEqual(result.length, 15); }), it("chef.help: looks in description for matches too", () => {