🐛 updated test case from StaticPairlist to StaticPairList
This commit is contained in:
parent
c4784c6695
commit
4faa6a0bd7
@ -434,7 +434,7 @@ def test_backtesting_no_pair_left(default_conf, mocker, caplog, testdatadir) ->
|
|||||||
|
|
||||||
default_conf['pairlists'] = [{"method": "VolumePairList", "number_assets": 5}]
|
default_conf['pairlists'] = [{"method": "VolumePairList", "number_assets": 5}]
|
||||||
with pytest.raises(OperationalException,
|
with pytest.raises(OperationalException,
|
||||||
match=r'VolumePairList not allowed for backtesting\..*StaticPairlist.*'):
|
match=r'VolumePairList not allowed for backtesting\..*StaticPairList.*'):
|
||||||
Backtesting(default_conf)
|
Backtesting(default_conf)
|
||||||
|
|
||||||
default_conf.update({
|
default_conf.update({
|
||||||
|
Loading…
Reference in New Issue
Block a user