Fix tests

This commit is contained in:
a3957273 2024-02-22 01:00:11 +00:00
parent b4c14219b6
commit 210186e754
1 changed files with 1 additions and 1 deletions

View File

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