mirror of https://github.com/vacp2p/nim-libp2p.git
end to end tests
This commit is contained in:
parent
593e08e426
commit
ebab744106
|
@ -210,7 +210,7 @@ suite "Multistream select":
|
|||
check:
|
||||
waitFor(testNa()) == true
|
||||
|
||||
test "end to end":
|
||||
test "end to end - handle":
|
||||
proc endToEnd(): Future[bool] {.async.} =
|
||||
let ma: MultiAddress = Multiaddress.init("/ip4/127.0.0.1/tcp/53340")
|
||||
proc testHandler(conn: Connection, proto: string): Future[void] {.async.} =
|
||||
|
|
Loading…
Reference in New Issue