Update converter tests

This commit is contained in:
Matthias
2021-12-07 06:54:00 +01:00
parent a58c2c4f6c
commit 5a3b907132
5 changed files with 31 additions and 27 deletions

View File

@@ -743,7 +743,7 @@ def test_datahandler_ohlcv_get_available_data(testdatadir):
# Convert to set to avoid failures due to sorting
assert set(paircombs) == {
('UNITTEST/USDT', '1h', 'mark'),
('XRP/USDT', '1h', ''),
('XRP/USDT', '1h', 'futures'),
('XRP/USDT', '1h', 'mark'),
}