Skip to content

Commit 1998b8f

Browse files
committed
fix tests
1 parent ed96147 commit 1998b8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/node/test/integration/transactions.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ describe('Integration | Transactions', () => {
620620
expect(logs).toEqual(
621621
expect.arrayContaining([
622622
'SpanExporter dropped 2 spans because they were pending for more than 300 seconds.',
623-
'SpanExporter exported 1 spans, 0 spans are waiting for their root span to finish',
623+
'SpanExporter exported 1 spans, 0 spans are waiting for their parent spans to finish',
624624
]),
625625
);
626626
});

packages/opentelemetry/test/integration/transactions.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ describe('Integration | Transactions', () => {
500500
expect(logs).toEqual(
501501
expect.arrayContaining([
502502
'SpanExporter dropped 2 spans because they were pending for more than 300 seconds.',
503-
'SpanExporter exported 1 spans, 0 spans are waiting for their root span to finish',
503+
'SpanExporter exported 1 spans, 0 spans are waiting for their parent spans to finish',
504504
]),
505505
);
506506
});

0 commit comments

Comments
 (0)