diff --git a/src/hooks/useNotifications.test.ts b/src/hooks/useNotifications.test.ts index 6eb889fc6..f8c7bb16f 100644 --- a/src/hooks/useNotifications.test.ts +++ b/src/hooks/useNotifications.test.ts @@ -216,8 +216,8 @@ describe('hooks/useNotifications.ts', () => { }); }); - describe('with colors', () => { - it('should fetch notifications with success - with colors', async () => { + describe('with detailed notifications', () => { + it('should fetch notifications with success', async () => { const accounts: AuthState = { ...mockAccounts, enterpriseAccounts: [],