This commit is contained in:
Masoud Azizi 2021-08-20 20:28:10 +00:00 committed by Matthias
parent 40ad451019
commit 127f470bc3
1 changed files with 2 additions and 2 deletions

View File

@ -133,8 +133,8 @@ def test_load_data_with_new_pair_1min(ohlcv_history_list, mocker, caplog,
load_pair_history(datadir=tmpdir1, timeframe='1m', pair='MEME/BTC')
assert file.is_file()
assert log_has_re(
'Download history data for pair: "MEME/BTC" (0/1), timeframe: 1m '
'and store in', caplog
r'Download history data for pair: "MEME/BTC" \(0/1\), timeframe: 1m '
r'and store in .*', caplog
)