fix assert

This commit is contained in:
gcarq 2017-11-01 02:59:11 +01:00
parent 99724e2458
commit 1daeed4a52
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ def test_handle_trade(conf, mocker):
})
assert trade.close_rate == 0.17256061
assert trade.close_profit == 1.369872490056564
assert trade.close_profit == 1.3698725
assert trade.close_date is not None