1
0
mirror of synced 2025-02-21 04:26:43 +01:00

Update nodeApi test.

'base 64' now returns 11 results as the SSH host key module mentions it
This commit is contained in:
j433866 2019-08-13 13:37:21 +01:00
parent 1cdcaebb4d
commit 863675e636

View File

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