some more refresh_pairs cleanups

This commit is contained in:
Matthias
2019-09-20 20:22:51 +02:00
parent 508a35fc20
commit 313091eb1c
5 changed files with 2 additions and 9 deletions

View File

@@ -24,7 +24,6 @@ def test_parse_ticker_dataframe(ticker_history_list, caplog):
def test_ohlcv_fill_up_missing_data(testdatadir, caplog):
data = load_pair_history(datadir=testdatadir,
ticker_interval='1m',
refresh_pairs=False,
pair='UNITTEST/BTC',
fill_up_missing=False)
caplog.set_level(logging.DEBUG)