diff options
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 +} |