From 12363a6546ee7a4192d64e943925449cee66d16c Mon Sep 17 00:00:00 2001 From: Jeongwoo Park <121204715+lurgi@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:45:07 +0900 Subject: [PATCH] =?UTF-8?q?test:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../useDashboardCreateForm/useDashboardCreateForm.test.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/hooks/useDashboardCreateForm/useDashboardCreateForm.test.tsx b/frontend/src/hooks/useDashboardCreateForm/useDashboardCreateForm.test.tsx index ec04c3f97..73526502c 100644 --- a/frontend/src/hooks/useDashboardCreateForm/useDashboardCreateForm.test.tsx +++ b/frontend/src/hooks/useDashboardCreateForm/useDashboardCreateForm.test.tsx @@ -41,8 +41,8 @@ describe('useDashboardCreateForm', () => { }); expect(result.current.applyState[0].choices).toEqual([ - { choice: 'Option 1', order_index: 0 }, - { choice: 'Option 2', order_index: 1 }, + { choice: 'Option 1', orderIndex: 0 }, + { choice: 'Option 2', orderIndex: 1 }, ]); });