Fix test compilation error.

This commit is contained in:
cheatfate 2018-11-23 12:20:53 +02:00
parent 83c18a5906
commit 78cafd9156
1 changed files with 1 additions and 1 deletions

View File

@ -54,4 +54,4 @@ when isMainModule:
waitFor(connectStreamTest()) == true
test "DHT provide bad CID test":
check:
waitFor(provideTestBadCid()) == true
waitFor(provideBadCidTest()) == true