Skip to content

Commit

Permalink
test: 테스트 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lurgi committed Aug 7, 2024
1 parent 722e2c4 commit 12363a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
]);
});

Expand Down

0 comments on commit 12363a6

Please sign in to comment.