diff --git a/app/util/notifications/androidChannels.test.ts b/app/util/notifications/androidChannels.test.ts index e25b3b5a01f..31912a351b7 100644 --- a/app/util/notifications/androidChannels.test.ts +++ b/app/util/notifications/androidChannels.test.ts @@ -10,7 +10,7 @@ describe('notificationChannels', () => { expect(notificationChannels).toHaveLength(2); }); - it('first channel should matches the correct properties for DEFAULT_NOTIFICATION_CHANNEL_ID', () => { + it('first channel has DEFAULT_NOTIFICATION_CHANNEL_ID', () => { const firstChannel: MetaMaskAndroidChannel = notificationChannels[0]; expect(firstChannel).toEqual({ id: ChannelId.DEFAULT_NOTIFICATION_CHANNEL_ID,