Fix test.

This commit is contained in:
cheatfate 2018-11-19 06:42:50 +02:00
parent c660e833a2
commit deedc37fb3
1 changed files with 2 additions and 1 deletions

View File

@ -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