This commit is contained in:
Ichinga Samuel
2024-11-04 00:32:51 +01:00
parent 2c46e18528
commit d65a8db1a2
85 changed files with 5071 additions and 2512 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class TestRAM:
assert self.ram.min_amount <= res <= self.ram.max_amount
async def test_checks(self, buy_order, sell_order, mt):
for i in range(self.ram.open_limit+1):
for i in range(self.ram.open_limit + 1):
if i % 2 == 0:
await mt.order_send(buy_order)
else: