diff --git a/tests/testdaemon.nim b/tests/testdaemon.nim index 4e71b18..99f9f89 100644 --- a/tests/testdaemon.nim +++ b/tests/testdaemon.nim @@ -54,4 +54,4 @@ when isMainModule: waitFor(connectStreamTest()) == true test "DHT provide bad CID test": check: - waitFor(provideTestBadCid()) == true + waitFor(provideBadCidTest()) == true