Skip to content

Commit

Permalink
[ExchangeTest] fix default value
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Aug 16, 2024
1 parent 37b7741 commit 4982c03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class AbstractAuthenticatedExchangeTester:
USE_ORDER_OPERATION_TO_CHECK_API_KEY_RIGHTS = False # set True when api key rights can't be checked using a
# dedicated api and have to be checked by sending an order operation
EXPECTED_INVALID_ORDERS_QUANTITY = [] # orders with known invalid quantity exchange order id (usually legacy)
CHECK_EMPTY_ACCOUNT = True # set True when the account to check has no funds. Warning: does not check order
CHECK_EMPTY_ACCOUNT = False # set True when the account to check has no funds. Warning: does not check order
# parse/create/fill/cancel or portfolio & trades parsing

# Implement all "test_[name]" methods, call super() to run the test, pass to ignore it.
Expand Down

0 comments on commit 4982c03

Please sign in to comment.