Skip to content

Commit

Permalink
Fix last test
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Feb 19, 2020
1 parent d91b9d1 commit 09d89fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/optimize/test_backtesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ async def load_pairs(pair, timeframe, since):
'backtesting',
'--config', 'config.json',
'--datadir', str(testdatadir),
'--strategy-path', str(Path(__file__).parents[2] / 'freqtrade/templates'),
'--strategy-path', str(Path(__file__).parents[1] / 'strategy/strats'),
'--ticker-interval', '1m',
'--timerange', '1510694220-1510700340',
'--enable-position-stacking',
Expand Down

0 comments on commit 09d89fb

Please sign in to comment.