diff --git a/tests/testdaemon.nim b/tests/testdaemon.nim index 4e71b1819..99f9f890a 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