From fdb553687ec8cbb077664ff8e14535006641d9fc Mon Sep 17 00:00:00 2001 From: coffeepots Date: Thu, 26 Apr 2018 19:43:36 +0100 Subject: [PATCH] Added testrpcmacro to test module --- tests/all.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/all.nim b/tests/all.nim index 31cf7bd..50cec98 100644 --- a/tests/all.nim +++ b/tests/all.nim @@ -1,3 +1,3 @@ import - testutils, testserverclient + testutils, testrpcmacro, testserverclient