This commit is contained in:
Ichinga Samuel
2025-07-20 17:07:55 +01:00
parent 4178de2a0b
commit 675dbc95a2
55 changed files with 1413 additions and 234 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ class TestAccount:
assert self.account.connected is True
async def test_account_info(self):
acc_info = await self.account.mt5.account_info()
acc_info = await self.account.mt5.account_info
assert acc_info.login == self.account.login
assert acc_info.server == self.account.server