Fix backtesting ticker interval download

This commit is contained in:
Gerald Lonlas
2018-01-29 22:28:54 -08:00
parent 5f86c389b0
commit 524290d678
3 changed files with 18 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ def test_parse_args_backtesting(mocker):
assert call_args.loglevel == 20
assert call_args.subparser == 'backtesting'
assert call_args.func is not None
assert call_args.ticker_interval == 5
assert call_args.ticker_interval == None
def test_main_start_hyperopt(mocker):