Skip to content

Commit

Permalink
Update sdk/trace/sampling_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Jan 6, 2021
1 parent 99cd9ce commit b332d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/trace/sampling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func TestTracestateIsPassed(t *testing.T) {
}
params := SamplingParameters{ParentContext: parentCtx}

require.Equal(t, traceState, tc.sampler.ShouldSample(params).Tracestate, "traceState is not equal")
require.Equal(t, traceState, tc.sampler.ShouldSample(params).Tracestate, "TraceState is not equal")
})
}
}

0 comments on commit b332d2a

Please sign in to comment.