Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidMkCb authored Apr 9, 2024
1 parent 19fe8c5 commit f4633ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rest/test_orders.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ def test_cancel_orders(self):
self.assertEqual(captured_json, {"order_ids": ["order_id_1", "order_id_2"]})
self.assertEqual(order, expected_response)

def test_cancel_position(self):
def test_close_position(self):
client = RESTClient(TEST_API_KEY, TEST_API_SECRET)

expected_response = {
Expand Down

0 comments on commit f4633ea

Please sign in to comment.