Skip to content

Commit adf1cf8

Browse files
committed
fix test
1 parent 2fb2b9d commit adf1cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/tracing/trace.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ describe('startInactiveSpan', () => {
13241324
origin: 'manual',
13251325
},
13261326
});
1327-
expect(innerTransaction?.spans).toEqual(undefined);
1327+
expect(innerTransaction?.spans).toEqual([]);
13281328
expect(innerTransaction?.transaction).toEqual('inner transaction');
13291329
expect(innerTransaction?.sdkProcessingMetadata).toEqual({
13301330
dynamicSamplingContext: {

0 commit comments

Comments
 (0)