Skip to content

Commit

Permalink
fix: wrong params order
Browse files Browse the repository at this point in the history
Signed-off-by: guanwenbo <guanwenbostar@163.com>
  • Loading branch information
guanwenbogit committed Dec 23, 2020
1 parent 31a03b9 commit 4e06150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_test.go
Expand Up @@ -912,6 +912,6 @@ func TestWithRandomNumber(t *testing.T) {
spanCtx := span.Context().(jaeger.SpanContext)

assert.NoError(t, err)
assert.Equal(t, spanCtx.TraceID().Low, traceID)
assert.Equal(t, traceID, spanCtx.TraceID().Low)
defer closeCloser(t, closer)
}

0 comments on commit 4e06150

Please sign in to comment.