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 629a56d commit 850a6d7
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 @@ -42,7 +42,7 @@ describe('notificationChannels', () => {
expect(uniqueTitles.size).toBe(titles.length);
});

it('each channel must have unique subtitles ', () => {
it('channels have unique subtitles ', () => {
const subtitles = notificationChannels.map((channel) => channel.subtitle);
const uniqueSubtitles = new Set(subtitles);
expect(uniqueSubtitles.size).toBe(subtitles.length);
Expand Down

0 comments on commit 850a6d7

Please sign in to comment.