fixing tests...
This commit is contained in:
parent
5a255e1110
commit
1be1e71d51
@ -289,7 +289,7 @@ def test_buy_strategy_generator(init_hyperopt) -> None:
|
||||
'trigger': 'bb_lower'
|
||||
}
|
||||
)
|
||||
result = populate_buy_trend(dataframe)
|
||||
result = populate_buy_trend(dataframe, 'UNITTEST/BTC')
|
||||
# Check if some indicators are generated. We will not test all of them
|
||||
assert 'buy' in result
|
||||
assert 1 in result['buy']
|
||||
|
Loading…
Reference in New Issue
Block a user