Skip to content

Commit

Permalink
fix a broken unit test due to changing test dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
vertti committed Dec 10, 2017
1 parent 3d532c6 commit 7afd8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/tests/test_analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7afd8da

Please sign in to comment.