From 2ef4534fee008fc91066c0d39b5a5e722e913d03 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 26 Aug 2022 20:44:36 +0200 Subject: [PATCH] Fix ccxt / longrun tests --- tests/exchange/test_ccxt_compat.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/exchange/test_ccxt_compat.py b/tests/exchange/test_ccxt_compat.py index 29b317c3c..49b7684f8 100644 --- a/tests/exchange/test_ccxt_compat.py +++ b/tests/exchange/test_ccxt_compat.py @@ -468,6 +468,7 @@ class TestCCXTExchange(): False, 100, 100, + 100, ) assert (isinstance(liquidation_price, float)) assert liquidation_price >= 0.0 @@ -478,6 +479,7 @@ class TestCCXTExchange(): False, 100, 100, + 100, ) assert (isinstance(liquidation_price, float)) assert liquidation_price >= 0.0