Fix: typo in test case
This commit is contained in:
parent
b590aa6e69
commit
47b9ffb393
@ -168,7 +168,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, 14);
|
assert.strictEqual(result.length, 15);
|
||||||
}),
|
}),
|
||||||
|
|
||||||
it("chef.help: looks in description for matches too", () => {
|
it("chef.help: looks in description for matches too", () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user