Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed Oct 29, 2024
1 parent 62b6a91 commit 72baa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_threaded_socket_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def handle_socket_message(msg):
if received_depth and received_ohlcv:
twm.stop()

def test_socket_stopped_on_aexit():
def test_threaded_socket_manager():
global twm
twm = ThreadedWebsocketManager(api_key="", api_secret="", testnet=True)

Expand Down

0 comments on commit 72baa9d

Please sign in to comment.