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();