Skip to content

Commit f65534d

Browse files
release 2.6.0 (unittests)
1 parent 88f4028 commit f65534d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unittest_binance_websocket_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,8 @@ def test_lucitlicmgr(self):
533533
with self.assertRaises(NoValidatedLucitLicense):
534534
llm = LucitLicensingManager(api_secret="wrong", license_token="credentials",
535535
parent_shutdown_function=ubwam.stop_manager)
536-
time.sleep(3)
537-
llm.stop()
536+
time.sleep(3)
537+
llm.stop()
538538

539539
def test_live_api_ws(self):
540540
print(f"Test Websocket API ...")

0 commit comments

Comments
 (0)