diff --git a/src/components/BalanceDisplay/__tests__/BalanceDisplay.test.tsx b/src/components/BalanceDisplay/__tests__/BalanceDisplay.test.tsx index 27c22cd..f60b30e 100644 --- a/src/components/BalanceDisplay/__tests__/BalanceDisplay.test.tsx +++ b/src/components/BalanceDisplay/__tests__/BalanceDisplay.test.tsx @@ -43,7 +43,7 @@ describe('BalanceDisplay', () => { render(); 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 }); }); }); \ No newline at end of file