Skip to content

Commit

Permalink
fix: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgraeme committed Jan 27, 2025
1 parent 8225264 commit ec91aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/organisms/BadgeTile/BadgeTile.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('<BadgeTile />', () => {

describe('Rendering States', () => {
it('returns null when tile prop is not provided', () => {
const { container } = render(<BadgeTile tile={undefined} />);
const { container } = render(<BadgeTile />);
expect(container).toBeEmptyDOMElement();
});

Expand Down

0 comments on commit ec91aca

Please sign in to comment.