mirror of
https://github.com/codex-storage/nim-libp2p.git
synced 2025-01-11 19:44:18 +00:00
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…
x
Reference in New Issue
Block a user