Big refactoring sweep through tests

This commit is contained in:
Teknique
2023-06-17 11:34:09 -07:00
parent b545c5c2be
commit 553ea7a3e0
5 changed files with 134 additions and 105 deletions

View File

@@ -1072,5 +1072,5 @@ class _JsonCryptoSystem(CryptoSystem):
async def json_api_connect(
host: str, port: int, update_callback: Callable[[VeilidUpdate], Awaitable]
) -> VeilidAPI:
) -> _JsonVeilidAPI:
return await _JsonVeilidAPI.connect(host, port, update_callback)