Skip to content

Commit

Permalink
fix type error in useDraftObservation test
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Jan 21, 2025
1 parent 17fcdf7 commit 95ed6a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/frontend/hooks/useDraftObservation.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ jest.mock('expo-localization', () => ({
{
languageTag: 'en-US',
languageCode: null,
langageCurrencyCode: null,
langageCurrencySymbol: null,
languageRegionCode: null,
regionCode: null,
currencyCode: null,
currencySymbol: null,
Expand Down

0 comments on commit 95ed6a3

Please sign in to comment.