Slightly adapt to pandas incompatibility

This commit is contained in:
Matthias
2020-12-28 09:50:48 +01:00
parent 30087697e0
commit 0d4cf32086
2 changed files with 2 additions and 2 deletions

View File

@@ -929,7 +929,7 @@ def test_api_pair_candles(botclient, ohlcv_history):
['2017-11-26 08:55:00', 8.88e-05, 8.942e-05, 8.88e-05,
8.893e-05, 0.05874751, 8.886500000000001e-05, 1, 0, 1511686500000, 8.88e-05, None],
['2017-11-26 09:00:00', 8.891e-05, 8.893e-05, 8.875e-05, 8.877e-05,
0.7039405, 8.885000000000002e-05, 0, 0, 1511686800000, None, None]
0.7039405, 8.885e-05, 0, 0, 1511686800000, None, None]
])