diff --git a/tests/conftest.py b/tests/conftest.py index cd0c29efc..36005b961 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -989,6 +989,46 @@ def trades_history(): 'price': 0.019626, 'amount': 0.011, 'cost': 0.00021588599999999999, + 'fee': None}, + {'info': {'a': 126181332, + 'p': '0.01962600', + 'q': '0.01100000', + 'f': 138604158, + 'l': 138604158, + 'T': 1565798399862, + 'm': True, + 'M': True}, + 'timestamp': 1565798399862, + 'datetime': '2019-08-14T15:59:59.862Z', + 'symbol': 'ETH/BTC', + 'id': '126181332', + 'order': None, + 'type': None, + 'takerOrMaker': None, + 'side': 'sell', + 'price': 0.019626, + 'amount': 0.011, + 'cost': 0.00021588599999999999, + 'fee': None}, + {'info': {'a': 126181333, + 'p': '0.01952600', + 'q': '0.01200000', + 'f': 138604158, + 'l': 138604158, + 'T': 1565798399872, + 'm': True, + 'M': True}, + 'timestamp': 1565798399872, + 'datetime': '2019-08-14T15:59:59.872Z', + 'symbol': 'ETH/BTC', + 'id': '126181333', + 'order': None, + 'type': None, + 'takerOrMaker': None, + 'side': 'sell', + 'price': 0.019626, + 'amount': 0.011, + 'cost': 0.00021588599999999999, 'fee': None}]