Skip to content

Commit

Permalink
fix: wrong params order
Browse files Browse the repository at this point in the history
  • Loading branch information
guanwenbogit committed Dec 23, 2020
1 parent 239ad12 commit 8833d8a
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 8833d8a

Please sign in to comment.