Skip to content

Commit

Permalink
unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Nov 11, 2023
1 parent ca05b12 commit 5d64dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest_binance_rest_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def test_withdraw_api_exception(self):
pass

def test_with_context(self):
with BinanceRestApiManager() as with_ubra:
with BinanceRestApiManager(exchange="binance.us") as with_ubra:
self.assertIsInstance(with_ubra.get_version(), str)


Expand Down

0 comments on commit 5d64dd3

Please sign in to comment.