Skip to content

Commit

Permalink
Update app/util/notifications/androidChannels.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nico MASSART <[email protected]>
  • Loading branch information
Jonathansoufer and NicolasMassart authored Sep 25, 2024
1 parent 301255e commit d4c03b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/util/notifications/androidChannels.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d4c03b1

Please sign in to comment.