From b968d96923e39592eeb780c496fb92f434ca388d Mon Sep 17 00:00:00 2001 From: coffeepots Date: Thu, 5 Jul 2018 12:40:11 +0100 Subject: [PATCH] Fix to allow compilation of testerrors --- tests/debugclient.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/debugclient.nim b/tests/debugclient.nim index 574302f..36b2b21 100644 --- a/tests/debugclient.nim +++ b/tests/debugclient.nim @@ -1,4 +1,4 @@ -include ../ rpc / client +include ../ json_rpc / client proc nextId*(self: RpcClient): int64 = self.nextId