diff options
Diffstat (limited to 'service/http/rpc_test.go')
-rw-r--r-- | service/http/rpc_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/service/http/rpc_test.go b/service/http/rpc_test.go index 4edb7058..c392b060 100644 --- a/service/http/rpc_test.go +++ b/service/http/rpc_test.go @@ -1,17 +1,17 @@ package http import ( + "encoding/json" "github.com/sirupsen/logrus" "github.com/sirupsen/logrus/hooks/test" "github.com/spiral/roadrunner/service" "github.com/spiral/roadrunner/service/rpc" "github.com/stretchr/testify/assert" + "os" + "runtime" "strconv" "testing" "time" - "runtime" - "os" - "encoding/json" ) func Test_RPC(t *testing.T) { |