Merge pull request #2261 from freqtrade/test_speedup
[minor] Test speedup
This commit is contained in:
@@ -603,7 +603,7 @@ def test_processed(default_conf, mocker, testdatadir) -> None:
|
||||
cols = dataframe.columns
|
||||
# assert the dataframe got some of the indicator columns
|
||||
for col in ['close', 'high', 'low', 'open', 'date',
|
||||
'ema50', 'ao', 'macd', 'plus_dm']:
|
||||
'ema10', 'rsi', 'fastd', 'plus_di']:
|
||||
assert col in cols
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user