fixing tests

This commit is contained in:
misagh
2018-12-01 11:56:16 +01:00
parent 1d41a91788
commit 33f1cc13b3
2 changed files with 2 additions and 4 deletions

View File

@@ -63,7 +63,6 @@ def patch_edge(mocker) -> None:
'LTC/BTC': PairInfo(-0.21, 0.66, 3.71, 0.50, 1.71, 11, 20),
}
))
mocker.patch('freqtrade.edge.Edge.stoploss', MagicMock(return_value=-0.20))
mocker.patch('freqtrade.edge.Edge.calculate', MagicMock(return_value=True))