added tests

This commit is contained in:
lla-dane
2025-07-02 19:43:31 +05:30
parent a89ba8ef81
commit 383d7cb722
2 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,7 @@ import trio
from libp2p import (
new_host,
)
from libp2p.abc import IHost
from libp2p.crypto.secp256k1 import (
create_new_key_pair,
)