Skip to content

Commit

Permalink
Removed "fit" in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksSavelev committed Nov 29, 2023
1 parent 742f6b9 commit d341783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/e2e/pbivizPackageSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ describe("E2E - pbiviz package", () => {
}
});

fit("Should throw error if wrong file speciefied with --pbiviz-file flag", () => {
it("Should throw error if wrong file speciefied with --pbiviz-file flag", () => {
const pbivizFile = 'testFile.json';
let error;

Expand Down
2 changes: 1 addition & 1 deletion spec/e2e/pbivizStartSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ describe("E2E - pbiviz start", () => {
});
});

fit("Should throw error if wrong file speciefied with --pbiviz-file flag", () => {
it("Should throw error if wrong file speciefied with --pbiviz-file flag", () => {
const pbivizFile = 'testFile.json';
let error;

Expand Down

0 comments on commit d341783

Please sign in to comment.