Skip to content

Commit

Permalink
fix: update tsconfig and unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-maddy committed Mar 2, 2021
1 parent 7d543ce commit 540b5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('JaegerHttpTracePropagator', () => {

assert.deepStrictEqual(extractedSpanContext, {
spanId: '45fd2a9709dadcf1',
traceId: '9c41e35aeb6d1272',
traceId: '00000000000000009c41e35aeb6d1272',
isRemote: true,
traceFlags: TraceFlags.SAMPLED,
});
Expand All @@ -132,7 +132,7 @@ describe('JaegerHttpTracePropagator', () => {

assert.deepStrictEqual(extractedSpanContext, {
spanId: '5ac292c4a11a163e',
traceId: 'ac1f3dc3c2c0b06e',
traceId: '0000000000000000ac1f3dc3c2c0b06e',
isRemote: true,
traceFlags: TraceFlags.SAMPLED,
});
Expand Down
3 changes: 0 additions & 3 deletions packages/opentelemetry-propagator-jaeger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"test/**/*.ts"
],
"references": [
{
"path": "../opentelemetry-api"
},
{
"path": "../opentelemetry-core"
}
Expand Down

0 comments on commit 540b5ec

Please sign in to comment.