Skip to content

Commit

Permalink
fix modal header test error
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Jan 7, 2025
1 parent 317eddd commit d1bd74c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/src/modals/__tests__/ModalHeader.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ describe('ModalHeader', () => {
expect(screen.getByTestId('Modal_header_icon')).toHaveStyle(
`height: 1.25rem`
)
expect(screen.getByTestId('Modal_header_icon')).toHaveStyle(
`margin-right: ${SPACING.spacing8}`
)
})

it('should call a mock function when clicking close icon', () => {
Expand Down

0 comments on commit d1bd74c

Please sign in to comment.