From 17b6e56801b3c58c607d0d97be3dd958f4818037 Mon Sep 17 00:00:00 2001 From: Nenad Stevic Date: Wed, 12 Mar 2025 22:07:09 +0100 Subject: [PATCH] american --- tests/test_trading_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_trading_bot.py b/tests/test_trading_bot.py index b3eb724..9ee60ce 100644 --- a/tests/test_trading_bot.py +++ b/tests/test_trading_bot.py @@ -331,7 +331,7 @@ def test_get_average_buy_price(self, trading_bot): def test_calculate_total_portfolio_value(self, trading_bot): """Test portfolio value calculation.""" - trading_bot.available_balance = Decimal('300') + trading_bot.available_balance = Decimal('300')33 trading_bot.allocated_balances['BTC/USDT'] = Decimal('200') trading_bot.allocated_balances['ETH/USDT'] = Decimal('100') trading_bot.positions['BTC/USDT'] = Decimal('0.5') # Worth 50 at price 100