Skip to content

Commit

Permalink
fix: change deprecated place field name openingHours to `regularOpe…
Browse files Browse the repository at this point in the history
…ningHours`

PiperOrigin-RevId: 622279077
  • Loading branch information
Extended Component Library Team authored and copybara-github committed Apr 5, 2024
1 parent 1857587 commit c9d4b6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const FAKE_PLACE_PROPS: Pick<Place, 'id'>&Partial<Place> = {
'Sunday: 10:00 AM - 8:00 PM',
],
},
utcOffsetMinutes: 0, // Important! Specifies when openingHours occur.
utcOffsetMinutes: 0, // Important! Specifies when regularOpeningHours occur.
};

describe('PlaceOpeningHours', () => {
Expand Down

0 comments on commit c9d4b6d

Please sign in to comment.