Skip to content

Commit

Permalink
Fixed quote test
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmo98 committed Sep 20, 2023
1 parent 1d96c5a commit c585381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Quote/Quote.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Quote', () => {
const quoteText = 'This is a test quote';

render({
author,
author: author,
children: quoteText,
});
expect(screen.getByText(quoteText)).toBeInTheDocument();
Expand Down

0 comments on commit c585381

Please sign in to comment.