Failing test might be incompatibility
This commit is contained in:
parent
9d7ad23d42
commit
46f1d1f39f
@ -556,7 +556,7 @@ def test_download_trades_history(trades_history, mocker, default_conf, testdatad
|
|||||||
|
|
||||||
assert ght_mock.call_count == 1
|
assert ght_mock.call_count == 1
|
||||||
# Check this in seconds - since we had to convert to seconds above too.
|
# Check this in seconds - since we had to convert to seconds above too.
|
||||||
assert int(ght_mock.call_args_list[0].kwargs['since'] // 1000) == since_time2 - 5
|
assert int(ght_mock.call_args_list[0][1]['since'] // 1000) == since_time2 - 5
|
||||||
|
|
||||||
# clean files freshly downloaded
|
# clean files freshly downloaded
|
||||||
_clean_test_file(file1)
|
_clean_test_file(file1)
|
||||||
|
Loading…
Reference in New Issue
Block a user