Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
anchenyi committed Mar 29, 2024
1 parent 2c24fa4 commit abbc72c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit abbc72c

Please sign in to comment.