Adapt failing test

This commit is contained in:
Matthias
2019-02-24 19:41:47 +01:00
parent 455b168366
commit a05155cb75
2 changed files with 2 additions and 2 deletions

View File

@@ -23,4 +23,4 @@ class Binance(Exchange):
# get next-higher step in the limit_range list
limit = min(list(filter(lambda x: limit <= x, limit_range)))
return self.super().get_order_book(pair, limit)
return super(Binance, self).get_order_book(pair, limit)