diff --git a/tests/testrpcmacro.nim b/tests/testrpcmacro.nim index d56ca54..a0681da 100644 --- a/tests/testrpcmacro.nim +++ b/tests/testrpcmacro.nim @@ -1,4 +1,4 @@ -import ../ rpcserver, unittest, asyncdispatch, json, tables +import unittest, asyncdispatch, json, tables, ../ rpcserver type # some nested types to check object parsing diff --git a/tests/testserverclient.nim b/tests/testserverclient.nim index 0b68cee..139c5aa 100644 --- a/tests/testserverclient.nim +++ b/tests/testserverclient.nim @@ -1,4 +1,4 @@ -import ../ rpcserver, ../ rpcclient, unittest, asyncdispatch, json, tables +import ../ rpcclient, ../ rpcserver, unittest, asyncdispatch, json, tables #[ TODO: Importing client before server causes the error: