Skip to content

Commit

Permalink
Merge 8faedb6 into 28f06bd
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Apr 23, 2024
2 parents 28f06bd + 8faedb6 commit a86751b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/useNotifications.test.ts
Expand Up @@ -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: [],
Expand Down

0 comments on commit a86751b

Please sign in to comment.