Skip to content

Commit

Permalink
fix: Fix localization test (#3452)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusijs authored May 22, 2024
1 parent c8dcb0c commit 238a428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,6 @@ describe('DatePicker', () => {
</I18nProvider>,
)

expect(screen.getByRole('presentation')).toHaveTextContent('2024年05年04年')
expect(screen.getByRole('presentation')).toHaveTextContent('2024年05月04日')
})
})

0 comments on commit 238a428

Please sign in to comment.