diff options
author | Wolfy-J <[email protected]> | 2018-06-14 22:56:19 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-14 22:56:19 +0300 |
commit | 082c329d9dc84453a02693119d954f60a4792b11 (patch) | |
tree | a2e2279576c84a157c278869ee84d9f8f42b7c20 /service/http/rpc_test.go | |
parent | 5fef5b06e6261bc7c133380ef8b5bc8e63ac9fbe (diff) |
fmt
Diffstat (limited to 'service/http/rpc_test.go')
-rw-r--r-- | service/http/rpc_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/service/http/rpc_test.go b/service/http/rpc_test.go index f1c5786c..fc47a70f 100644 --- a/service/http/rpc_test.go +++ b/service/http/rpc_test.go @@ -1,14 +1,14 @@ package http import ( - "testing" - "github.com/sirupsen/logrus/hooks/test" "github.com/sirupsen/logrus" + "github.com/sirupsen/logrus/hooks/test" "github.com/spiral/roadrunner/service" - "github.com/stretchr/testify/assert" - "time" "github.com/spiral/roadrunner/service/rpc" + "github.com/stretchr/testify/assert" "strconv" + "testing" + "time" ) func Test_RPC(t *testing.T) { @@ -112,4 +112,4 @@ func Test_Workers(t *testing.T) { assert.Len(t, r.Workers, 1) assert.Equal(t, *ss.rr.Workers()[0].Pid, r.Workers[0].Pid) -}
\ No newline at end of file +} |