Skip to content

Commit

Permalink
Update nodeApi test.
Browse files Browse the repository at this point in the history
'base 64' now returns 11 results as the SSH host key module mentions it
  • Loading branch information
j433866 committed Aug 13, 2019
1 parent 1cdcaeb commit 863675e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/node/tests/nodeApi.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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", () => {
Expand Down

0 comments on commit 863675e

Please sign in to comment.