Skip to content

Commit

Permalink
fix(#1380): Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ArakTaiRoth committed Sep 22, 2023
1 parent 5f24124 commit e0755cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/web-components/src/components/input/Input.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ describe("GoAInput Component", () => {
expect(input).toBeTruthy();
expect(input.getAttribute("min")).toBe("");
expect(input.getAttribute("max")).toBe("");
expect(input.getAttribute("step")).toBe("1");
expect(input.getAttribute("step")).toBe("60");
});
});

Expand Down

0 comments on commit e0755cc

Please sign in to comment.