Update tests

This commit is contained in:
Matthias
2023-04-22 16:13:27 +02:00
parent dbf1f0897e
commit c4f8ff95dd
4 changed files with 24 additions and 3 deletions

View File

@@ -49,8 +49,10 @@ class Balance(BaseModel):
class Balances(BaseModel):
currencies: List[Balance]
total: float
total_bot: float
symbol: str
value: float
value_bot: float
stake: str
note: str
starting_capital: float