Skip to content

Commit e708512

Browse files
omgovichVlad Shilov
authored andcommitted
Better code coverate
1 parent f80e3c0 commit e708512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ it("Sets proper `aria-valuetext` attribute value", async () => {
340340
});
341341

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

345345
expect(result.container.firstChild).toMatchSnapshot();
346346
});

0 commit comments

Comments
 (0)