with fXXXXX8

This commit is contained in:
Jean-Baptiste LE STANG
2018-01-20 19:30:47 +01:00
parent 36797cda30
commit f1efaffe81
3 changed files with 4 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ def test_download_pairs(default_conf, ticker_history, mocker):
_backup_file(file1_5)
_backup_file(file2_1)
_backup_file(file2_5)
assert os.path.isfile(file1_1) is False
assert os.path.isfile(file2_1) is False
@@ -141,7 +141,7 @@ def test_download_pairs(default_conf, ticker_history, mocker):
# clean files freshly downloaded
_clean_test_file(file1_1)
_clean_test_file(file2_1)
assert os.path.isfile(file1_5) is False
assert os.path.isfile(file2_5) is False