Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jan 2, 2024
1 parent 9f2cfb4 commit 641d75d
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 @@ -480,7 +480,6 @@ describe('Span', () => {

expect(newContext).toStrictEqual({
...originalContext,
data: {},
spanId: expect.any(String),
startTimestamp: expect.any(Number),
tags: {},
Expand Down

0 comments on commit 641d75d

Please sign in to comment.