mirror of
https://github.com/logos-storage/nim-libp2p.git
synced 2026-01-05 07:03:10 +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