Revert unintended double-call of amount conversion

This commit is contained in:
Matthias
2022-01-02 13:11:29 +01:00
parent 67a5739501
commit 7f88f9bf27
2 changed files with 4 additions and 8 deletions

View File

@@ -2797,7 +2797,7 @@ def test_name(default_conf, mocker, exchange_name):
@pytest.mark.parametrize("trading_mode,amount", [
('spot', 0.2340606),
('futures', 23.40606),
('futures', 2.340606),
])
@pytest.mark.parametrize("exchange_name", EXCHANGES)
def test_get_trades_for_order(default_conf, mocker, exchange_name, trading_mode, amount):