mirror of https://github.com/vacp2p/nim-libp2p.git
Fix test.
This commit is contained in:
parent
c660e833a2
commit
deedc37fb3
|
@ -11,4 +11,5 @@ proc identitySpawnTest(): Future[bool] {.async.} =
|
||||||
when isMainModule:
|
when isMainModule:
|
||||||
suite "libp2p-daemon test suite":
|
suite "libp2p-daemon test suite":
|
||||||
test "Simple spawn and get identity test":
|
test "Simple spawn and get identity test":
|
||||||
waitFor identitySpawnTest() == true
|
check:
|
||||||
|
waitFor(identitySpawnTest()) == true
|
||||||
|
|
Loading…
Reference in New Issue