Adapt some tests to use Binance subclass for stoplosslimit

This commit is contained in:
Matthias
2019-08-25 09:57:21 +02:00
parent 067c122bf3
commit 2c66b33fd1
2 changed files with 10 additions and 4 deletions

View File

@@ -457,7 +457,7 @@ class Exchange(object):
Note: Changes to this interface need to be applied to all sub-classes too.
"""
raise OperationalException(f"stoploss_limit not implemented for {self.name}.")
raise OperationalException(f"stoploss_limit is not implemented for {self.name}.")
@retrier
def get_balance(self, currency: str) -> float: