Skip to content

Commit a725360

Browse files
committed
fix(test): remove extra space
1 parent 2a4e315 commit a725360

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tracing/test/span.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ describe('Span', () => {
1717
test('simple', () => {
1818
const span = new Span({ sampled: true });
1919
const span2 = span.startChild();
20-
2120
expect((span2 as any).parentSpanId).toBe((span as any).spanId);
2221
expect((span2 as any).traceId).toBe((span as any).traceId);
2322
expect((span2 as any).sampled).toBe((span as any).sampled);

0 commit comments

Comments
 (0)