Skip to content

Commit

Permalink
fix: balance display test case
Browse files Browse the repository at this point in the history
  • Loading branch information
farabi-deriv committed Feb 24, 2025
1 parent f006c3c commit 553f1ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('BalanceDisplay', () => {
render(<BalanceDisplay />);

expect(screen.getByText('Real')).toBeInTheDocument();
expect(screen.getByText('1,000 USD')).toBeInTheDocument(); // matches combined balance and currency
expect(screen.getByText('10,000 USD')).toBeInTheDocument(); // matches combined balance and currency
});
});
});

0 comments on commit 553f1ac

Please sign in to comment.