From 8faedb62033a23fc241dcb6b66423fe2646c41d2 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Tue, 23 Apr 2024 10:50:01 -0400 Subject: [PATCH] test: rename suite --- src/hooks/useNotifications.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: [],