Really fix broken tests.

This commit is contained in:
Marcus Dansarie 2021-04-17 20:17:21 +02:00
parent 1c29ae302d
commit 852cccc7ef
No known key found for this signature in database
GPG Key ID: C108000EC3E121E6
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ test('tells user if they havent authorized calendar', async () => {
await RNCalendarEvents.saveEvent()
expect(Toast.showWithGravity).toHaveBeenCalledWith(
'Du måste godkänna access till kalender',
'Du måste godkänna åtkomst till kalendern',
'short',
'bottom'
)