Update trading_fee naming

This commit is contained in:
Matthias
2022-03-26 15:15:16 +01:00
parent 9b8a2435f8
commit f5578aba48
4 changed files with 6 additions and 5 deletions

View File

@@ -101,7 +101,7 @@ def test_fetch_order_gateio(mocker, default_conf):
'amount': 1, # 1 contract
})
exchange = get_patched_exchange(mocker, default_conf, api_mock=api_mock, id='gateio')
exchange.trading_fees = tick
exchange._trading_fees = tick
order = exchange.fetch_order('22255', 'ETH/USDT:USDT')
assert order['fee']