From 4a95bcb35984bb1a47286e644fd3664385baaa56 Mon Sep 17 00:00:00 2001 From: Suejung Shin Date: Thu, 19 Dec 2024 16:31:57 -0800 Subject: [PATCH] fix description --- src/layouts/BaseLayout/BaseLayout.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/BaseLayout/BaseLayout.test.tsx b/src/layouts/BaseLayout/BaseLayout.test.tsx index 05fb57499b..9412315bce 100644 --- a/src/layouts/BaseLayout/BaseLayout.test.tsx +++ b/src/layouts/BaseLayout/BaseLayout.test.tsx @@ -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')