From c4b27e40bf9afc03b6ff746d8ef671d129231e23 Mon Sep 17 00:00:00 2001 From: coffeepots Date: Tue, 26 Jun 2018 16:28:49 +0100 Subject: [PATCH] Add http test --- tests/all.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/all.nim b/tests/all.nim index ae9eb62..69a109c 100644 --- a/tests/all.nim +++ b/tests/all.nim @@ -1,3 +1,3 @@ import - testrpcmacro, testserverclient, testethcalls #, testerrors + testrpcmacro, testserverclient, testethcalls, testhttp #, testerrors