test_analyze: update dataframe magic len check so that test pass

This commit is contained in:
Samuel Husso 2018-01-30 07:26:00 +02:00
parent 271e11e065
commit 990a609afd

View File

@ -18,7 +18,8 @@ def test_dataframe_correct_columns(result):
def test_dataframe_correct_length(result):
assert len(result.index) == 14395
# no idea what this check truly does - should we just remove it?
assert len(result.index) == 14397
def test_populates_buy_trend(result):