Przeglądaj źródła

Update nodeApi test.
'base 64' now returns 11 results as the SSH host key module mentions it

j433866 5 lat temu
rodzic
commit
863675e636
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tests/node/tests/nodeApi.mjs

+ 1 - 1
tests/node/tests/nodeApi.mjs

@@ -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, 10);
+        assert.strictEqual(result.length, 11);
     }),
     }),
 
 
     it("chef.help: looks in description for matches too", () => {
     it("chef.help: looks in description for matches too", () => {