test: add Test case for get_max_leverage with open maxNotional

This commit is contained in:
Matthias
2026-01-25 11:02:00 +01:00
parent 74c88f77c0
commit 87b313cd53
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -3184,7 +3184,7 @@ def leverage_tiers():
},
{
"minNotional": 5000000,
"maxNotional": 30000000,
"maxNotional": None,
"maintenanceMarginRate": 0.5,
"maxLeverage": 1,
"maintAmt": 1527500.0,