Browse Source

Fix tests

a3957273 1 năm trước cách đây
mục cha
commit
210186e754
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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", () => {
         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", () => {