From e377aa350c76537356455bac72fde008f4af2e50 Mon Sep 17 00:00:00 2001 From: Martin-Molinero Date: Wed, 17 Jul 2024 15:40:29 -0300 Subject: [PATCH] Revert "Ignore failing CI tests (#472)" (#477) This reverts commit 6edc943546862eb48a93c9c2d47747e09823bf81. --- tests/commands/cloud/live/test_cloud_live_commands.py | 4 ++-- tests/commands/test_live.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/commands/cloud/live/test_cloud_live_commands.py b/tests/commands/cloud/live/test_cloud_live_commands.py index 94c4864f..5bc45342 100644 --- a/tests/commands/cloud/live/test_cloud_live_commands.py +++ b/tests/commands/cloud/live/test_cloud_live_commands.py @@ -301,8 +301,8 @@ def test_cloud_live_deploy_with_live_cash_balance(brokerage: str, cash: str) -> ("Paper Trading", "A:A 2T:1:145.1,AA:AA 2T:2:20.35"), ("Trading Technologies", ""), ("Trading Technologies", "A:A 2T:1:145.1"), - #("Binance", ""), - #("Binance", "A:A 2T:1:145.1"), + ("Binance", ""), + ("Binance", "A:A 2T:1:145.1"), ("Bitfinex", ""), ("Bitfinex", "A:A 2T:1:145.1"), ("Coinbase Advanced Trade", ""), diff --git a/tests/commands/test_live.py b/tests/commands/test_live.py index 54ce1417..e31807a9 100644 --- a/tests/commands/test_live.py +++ b/tests/commands/test_live.py @@ -1004,7 +1004,7 @@ def test_live_passes_live_cash_balance_to_lean_runner_when_given_as_option(broke ("Trading Technologies", ""), ("Trading Technologies", "A:A 2T:1:145.1"), ("Binance", ""), - #("Binance", "A:A 2T:1:145.1"), + ("Binance", "A:A 2T:1:145.1"), ("Bitfinex", ""), ("Bitfinex", "A:A 2T:1:145.1"), ("Coinbase Advanced Trade", ""),