From 7827e311f0b728f92fa1e6491b17edb18f09f846 Mon Sep 17 00:00:00 2001 From: pakxe Date: Thu, 24 Oct 2024 21:18:04 +0900 Subject: [PATCH] =?UTF-8?q?test:=20=EC=97=90=EB=9F=AC=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=ED=85=8C=EC=8A=A4=ED=8A=B8=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0=EB=90=9C=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=EC=9D=98=20=ED=85=8D=EC=8A=A4=ED=8A=B8=EB=A5=BC=20=EB=B0=98?= =?UTF-8?q?=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/AppErrorBoundary/ErrorCatcher.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/AppErrorBoundary/ErrorCatcher.test.tsx b/client/src/components/AppErrorBoundary/ErrorCatcher.test.tsx index f263e18fb..e4b0bf72d 100644 --- a/client/src/components/AppErrorBoundary/ErrorCatcher.test.tsx +++ b/client/src/components/AppErrorBoundary/ErrorCatcher.test.tsx @@ -86,7 +86,7 @@ describe('ErrorCatcher', () => { }); await waitFor(() => { - expect(screen.getByText('알 수 없는 오류입니다.')).toBeInTheDocument(); + expect(screen.getByText('알 수 없는 오류가 발생했습니다.')).toBeInTheDocument(); }); }); });