Skip to content

Commit

Permalink
fix: test case
Browse files Browse the repository at this point in the history
  • Loading branch information
akmal-deriv committed Aug 6, 2024
1 parent c3837a9 commit afd467f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('useOrderDetails', () => {
const { result } = renderHook(() => useOrderDetails(mockData));
expect(result.current?.details).toEqual({
[CARD_LABELS.REFERENCE_ID]: ['12345 (Buy)', '67890 (Sell)'],
[CARD_LABELS.DURATION]: '5 minutes',
[CARD_LABELS.DURATION]: '5 ticks',
[CARD_LABELS.TARGET]: undefined,
[CARD_LABELS.STAKE]: '100.00 USD',
});
Expand Down

0 comments on commit afd467f

Please sign in to comment.