From 78cafd915686b388801de97ee03d86b23de9baba Mon Sep 17 00:00:00 2001 From: cheatfate Date: Fri, 23 Nov 2018 12:20:53 +0200 Subject: [PATCH] Fix test compilation error. --- tests/testdaemon.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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