fix a broken unit test due to changing test dataset

This commit is contained in:
Janne Sinivirta 2017-12-10 13:56:39 +02:00
parent 3d532c6015
commit 7afd8da28f

View File

@ -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):