From abbc72c9c00644accf948c092facf225029a8ae2 Mon Sep 17 00:00:00 2001 From: Chenyi An Date: Fri, 29 Mar 2024 16:07:18 +0800 Subject: [PATCH] fix: style --- .../fx-core/tests/component/driver/teamsApp/validate.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fx-core/tests/component/driver/teamsApp/validate.test.ts b/packages/fx-core/tests/component/driver/teamsApp/validate.test.ts index d61aebfdc2..5e3cdd8c4e 100644 --- a/packages/fx-core/tests/component/driver/teamsApp/validate.test.ts +++ b/packages/fx-core/tests/component/driver/teamsApp/validate.test.ts @@ -944,7 +944,7 @@ describe("teamsApp/validateWithTestCases", async () => { ); }); - it("Duplicate validations - Inprogress", async () => { + it("Duplicate validations - InProgress", async () => { sinon.stub(fs, "pathExists").resolves(true); sinon.stub(fs, "readFile").callsFake(async () => { const zip = new AdmZip();