Skip to content

Commit

Permalink
fix: rename test case
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvcasillas committed Oct 12, 2023
1 parent 8fda0fe commit 6b707b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const renderApplicationUpdateNotificationActions = (
props: OmitInternalProps<Props> = { children: null }
) => render(<ApplicationUpdateNotificationActions {...props} />)

describe('ApplicationUpdateNotification', () => {
describe('ApplicationUpdateNotificationActions', () => {
describe('when passing children as prop', () => {
it('renders children', () => {
const updateNowButtonTestId = 'btn-update-now'
Expand Down

0 comments on commit 6b707b8

Please sign in to comment.