File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ def tearDownClass(cls):
517
517
print (thread .name )
518
518
print (f"TestApiLive stopping:" )
519
519
520
- def test_licmgr (self ):
520
+ def test_lucitlicmgr (self ):
521
521
print (f"License Manager ..." )
522
522
ubwam = BinanceWebSocketApiManager (exchange = 'binance.com' )
523
523
ubwam .llm .get_info ()
@@ -530,8 +530,10 @@ def test_licmgr(self):
530
530
ubwam .llm .test ()
531
531
ubwam .llm .process_licensing_error ()
532
532
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 ()
535
537
536
538
def test_live_api_ws (self ):
537
539
print (f"Test Websocket API ..." )
You can’t perform that action at this time.
0 commit comments