Skip to content

Commit

Permalink
this feels redundant :think:
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed May 2, 2024
1 parent 3327f55 commit 7fe503a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/List/List.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('List', () => {

it('should have the passed size', () => {
render({ size: 'large' });
expect(screen.getByRole('list')).toHaveClass('large');
expect(screen.getByRole('list')).toHaveClass('fds-list--large');
});

it('should have the passed heading', () => {
Expand Down

0 comments on commit 7fe503a

Please sign in to comment.