Fix: typo in test case

This commit is contained in:
Neoreo 2026-07-30 16:30:12 +02:00
parent b590aa6e69
commit 47b9ffb393

View File

@ -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", () => {