Skip to content

Commit fb7efb9

Browse files
committed
fix node test?
1 parent 747adc1 commit fb7efb9

File tree

1 file changed

+2
-0
lines changed
  • dev-packages/node-integration-tests/suites/public-api/startSpan/with-nested-spans

1 file changed

+2
-0
lines changed

dev-packages/node-integration-tests/suites/public-api/startSpan/with-nested-spans/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ test('should report finished spans as children of the root transaction.', done =
3030
{
3131
description: 'span_3',
3232
parent_span_id: rootSpanId,
33+
data: {},
3334
},
3435
{
3536
description: 'span_5',
3637
parent_span_id: span3Id,
38+
data: {},
3739
},
3840
] as SpanJSON[],
3941
});

0 commit comments

Comments
 (0)