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