Update expected result length in chef.help test

This commit is contained in:
Jacob Marks 2026-05-12 14:44:23 -04:00 committed by GitHub
parent 0a544fb007
commit f93e7bbbf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,7 @@ TestRegister.addApiTests([
it("chef.help: returns multiple results", () => { it("chef.help: returns multiple results", () => {
const result = chef.help("base 64"); const result = chef.help("base 64");
assert.strictEqual(result.length, 13); assert.strictEqual(result.length, 14);
}), }),
it("chef.help: looks in description for matches too", () => { it("chef.help: looks in description for matches too", () => {