Skip to content

Commit

Permalink
Update packages/react/src/components/TimePicker/next/TimePicker-test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <[email protected]>
  • Loading branch information
sstrubberg and joshblack authored Oct 25, 2021
1 parent ac31f33 commit 1d3dbec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('TimePicker', () => {
});

it('should set placeholder as expected', () => {
render(<TimePicker id="time-picker" placeholder="🧸"></TimePicker>);
render(<TimePicker id="time-picker" placeholder="🧸" />);
expect(screen.getByPlaceholderText('🧸')).toBeInTheDocument();
});
});
Expand Down

0 comments on commit 1d3dbec

Please sign in to comment.