From 9f7e78bf3c5e44025b801b509535e6424d6b5022 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sun, 23 Oct 2022 06:54:13 +0530 Subject: [PATCH] test: fix CLI tests --- test/api/CLI.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/CLI.test.js b/test/api/CLI.test.js index aaffdf26137..cdf53153fea 100644 --- a/test/api/CLI.test.js +++ b/test/api/CLI.test.js @@ -1340,7 +1340,7 @@ describe("CLI API", () => { ], (options) => { expect(options).toEqual({ - booleanAndNumberAndString: "default", + booleanAndNumberAndString: true, }); }, );