fix analyze test
This commit is contained in:
parent
f446b6b50a
commit
5e3c35f6d3
@ -113,7 +113,7 @@ def test_get_signal_handles_exceptions(mocker):
|
|||||||
|
|
||||||
def test_parse_ticker_dataframe(ticker_history, ticker_history_without_bv):
|
def test_parse_ticker_dataframe(ticker_history, ticker_history_without_bv):
|
||||||
|
|
||||||
columns = ['close', 'high', 'low', 'open', 'date', 'volume']
|
columns = ['date', 'open', 'high', 'low', 'close', 'volume']
|
||||||
|
|
||||||
# Test file with BV data
|
# Test file with BV data
|
||||||
dataframe = parse_ticker_dataframe(ticker_history)
|
dataframe = parse_ticker_dataframe(ticker_history)
|
||||||
|
Loading…
Reference in New Issue
Block a user