Skip to content

Commit 14dec06

Browse files
authored
test: fix test name (#6039)
The name of this test was copy-pasted from a previous test without renaming it.
1 parent 030dad4 commit 14dec06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dd-trace/test/opentelemetry/span_context.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe('OTel Span Context', () => {
7676
}
7777
})
7878

79-
it('should get trace id as hex', () => {
79+
it('should get trace state as string', () => {
8080
const tracestate = new TraceState()
8181
tracestate.forVendor('dd', vendor => {
8282
vendor.set('foo', 'bar')

0 commit comments

Comments
 (0)