Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
suejung-sentry committed Dec 20, 2024
1 parent 8ca9af9 commit 4a95bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout/BaseLayout.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ describe('BaseLayout', () => {
})

describe('When Header has a network call error', async () => {
it('renders the EmptyErrorComponent when header throws an error', async () => {
it('renders nothing for the errored header', async () => {
vi.mock('layouts/Header', () => ({
default: () => {
throw new Error('Simulated Header Error')
Expand Down

0 comments on commit 4a95bcb

Please sign in to comment.