Skip to content

Commit 09ed39d

Browse files
committed
get rid of stray comment in extractTracestateData tests
1 parent 8f26f0b commit 09ed39d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/tracing/test/utils.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ describe('extractSentrytraceData', () => {
6464
});
6565

6666
describe.only('extractTracestateData', () => {
67-
// it.('correctly handles sentry-only tracestate', () => {
68-
// const result = extractTracestateData('sentry=stufff,maisey=silly');
69-
// const x = result;
70-
// });
71-
7267
it.each([
7368
// sentry only
7469
['sentry only', 'sentry=doGsaREgReaT', 'sentry=doGsaREgReaT', undefined],

0 commit comments

Comments
 (0)