Skip to content
Snippets Groups Projects
Commit d96c241a authored by flycash's avatar flycash
Browse files

Rearrange imports

parent a283aebc
No related branches found
No related tags found
No related merge requests found
......@@ -21,11 +21,10 @@ import (
"context"
"strconv"
"sync"
"github.com/opentracing/opentracing-go"
)
import (
"github.com/opentracing/opentracing-go"
perrors "github.com/pkg/errors"
)
......
......@@ -22,13 +22,10 @@ import (
"sync"
"testing"
"time"
"github.com/opentracing/opentracing-go"
"github.com/apache/dubbo-go/common/logger"
)
import (
"github.com/opentracing/opentracing-go"
"github.com/stretchr/testify/assert"
)
......@@ -88,7 +85,6 @@ func TestDubboInvoker_Invoke(t *testing.T) {
// testing appendCtx
span, ctx := opentracing.StartSpanFromContext(context.Background(), "TestOperation")
invoker.Invoke(ctx, inv)
logger.Warnf("aaaaaaa, inv: %v", inv.Attachments())
span.Finish()
// destroy
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment