Skip to content

Commit 34fec95

Browse files
release 2.6.0
1 parent ec9da01 commit 34fec95

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

unittest_binance_websocket_api.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def tearDownClass(cls):
517517
print(thread.name)
518518
print(f"TestApiLive stopping:")
519519

520-
def test_licmgr(self):
520+
def test_lucitlicmgr(self):
521521
print(f"License Manager ...")
522522
ubwam = BinanceWebSocketApiManager(exchange='binance.com')
523523
ubwam.llm.get_info()
@@ -530,8 +530,10 @@ def test_licmgr(self):
530530
ubwam.llm.test()
531531
ubwam.llm.process_licensing_error()
532532
ubwam.llm.stop()
533-
LucitLicensingManager(api_secret="wrong", license_token="credentials")
534-
533+
llm = LucitLicensingManager(api_secret="wrong", license_token="credentials")
534+
time.sleep(3)
535+
ubwam.stop_manager()
536+
llm.stop()
535537

536538
def test_live_api_ws(self):
537539
print(f"Test Websocket API ...")

0 commit comments

Comments
 (0)