Skip to content

Commit

Permalink
fix(test): remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Dec 16, 2021
1 parent 927dbb7 commit c986b1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tracing/test/span.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ describe('Span', () => {
test('simple', () => {
const span = new Span({ sampled: true });
const span2 = span.startChild();

expect((span2 as any).parentSpanId).toBe((span as any).spanId);
expect((span2 as any).traceId).toBe((span as any).traceId);
expect((span2 as any).sampled).toBe((span as any).sampled);
Expand Down

0 comments on commit c986b1e

Please sign in to comment.