We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df1650 commit cfd7d0aCopy full SHA for cfd7d0a
tests/exchange_online/conftest.py
@@ -153,6 +153,8 @@
153
"ADA.F": {"balance": "2.00000000", "hold_trade": "0.00000000"},
154
"XBT": {"balance": "0.00060000", "hold_trade": "0.00000000"},
155
"XBT.F": {"balance": "0.00100000", "hold_trade": "0.00000000"},
156
+ "ZEUR": {"balance": "1000.00000000", "hold_trade": "0.00000000"},
157
+ "ZUSD": {"balance": "1000.00000000", "hold_trade": "0.00000000"},
158
}
159
},
160
"expected": {
@@ -161,6 +163,8 @@
161
163
"BTC": {"free": 0.0006, "total": 0.0006, "used": 0.0},
162
164
# XBT.F should be mapped to BTC.F
165
"BTC.F": {"free": 0.001, "total": 0.001, "used": 0.0},
166
+ "EUR": {"free": 1000.0, "total": 1000.0, "used": 0.0},
167
+ "USD": {"free": 1000.0, "total": 1000.0, "used": 0.0},
168
169
170
0 commit comments