Fix some tests after merge

This commit is contained in:
Matthias
2019-12-18 20:16:53 +01:00
parent e72c6a0d94
commit 6507a26cc1
3 changed files with 16 additions and 6 deletions

View File

@@ -898,7 +898,7 @@ class FreqtradeBot:
Should be trade.amount - but will fall back to the available amount if necessary.
This should cover cases where get_real_amount() was not able to update the amount
for whatever reason.
:param pair: pair - used for logging
:param pair: Pair we're trying to sell
:param amount: amount we expect to be available
:return: amount to sell
:raise: DependencyException: if available balance is not within 2% of the available amount.