Skip to content

Commit

Permalink
Better code coverate
Browse files Browse the repository at this point in the history
  • Loading branch information
omgovich authored and Vlad Shilov committed Jul 29, 2022
1 parent f80e3c0 commit e708512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ it("Sets proper `aria-valuetext` attribute value", async () => {
});

it("Accepts any valid `div` attributes", () => {
const result = render(<HexColorPicker id="my-id" aria-hidden="false" />);
const result = render(<RgbStringColorPicker id="my-id" aria-hidden="false" />);

expect(result.container.firstChild).toMatchSnapshot();
});
Expand Down

0 comments on commit e708512

Please sign in to comment.