Skip to content

Commit

Permalink
test: remove incorret prop
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielduete committed Aug 18, 2023
1 parent d0c19a0 commit 5ac6ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Title/Title.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('<Title />', () => {
it('should render title correctly', () => {
const title = 'Shiryu amigo'

render(<Title type='large'>{title}</Title>)
render(<Title>{title}</Title>)

expect(screen.getByText(title)).toBeInTheDocument()
})
Expand Down

0 comments on commit 5ac6ec8

Please sign in to comment.