Adjust initial balance in live tests

This commit is contained in:
2023-02-20 07:20:37 +00:00
parent 8bb5c2c91b
commit a840be3834
2 changed files with 10 additions and 10 deletions

View File

@@ -103,7 +103,7 @@ If you have done this, please see the following line for more information:
exchange=exchange,
api_key=api_key,
api_secret=api_secret,
initial_balance=100,
initial_balance=100000,
)
def setUp(self):