Wrong assert condition
This commit is contained in:
parent
321e3ede30
commit
cac2f2b58b
@ -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 == None
|
||||
assert call_args.ticker_interval is None
|
||||
|
||||
|
||||
def test_main_start_hyperopt(mocker):
|
||||
|
Loading…
Reference in New Issue
Block a user