fix long line

This commit is contained in:
matt ferrante 2021-09-22 10:48:13 -06:00
parent f768bdea50
commit 8cfb6ddd51

View File

@ -3594,7 +3594,7 @@ def test_get_real_amount(
@pytest.mark.parametrize(
'stake_currency, fee_cost, fee_currency, fee_reduction_amount, expected_fee, expected_log_amount', [
'stake_currency,fee_cost,fee_currency,fee_reduction_amount,expected_fee,expected_log_amount', [
(None, None, None, 0.001, 0.001, 7.992),
("ETH", 0.02, 'BNB', 0.0005, 0.001518575, 7.996),
])