mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
fix a broken unit test due to changing test dataset
This commit is contained in:
parent
3d532c6015
commit
7afd8da28f
|
@ -22,7 +22,7 @@ def test_dataframe_correct_columns(result):
|
|||
|
||||
|
||||
def test_dataframe_correct_length(result):
|
||||
assert len(result.index) == 14382
|
||||
assert len(result.index) == 14395
|
||||
|
||||
|
||||
def test_populates_buy_trend(result):
|
||||
|
|
Loading…
Reference in New Issue
Block a user