Skip to content

Commit 613114c

Browse files
committed
remove stray 'only' on describe block
1 parent e0b8148 commit 613114c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/test/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe('extractSentrytraceData', () => {
6363
});
6464
});
6565

66-
describe.only('extractTracestateData', () => {
66+
describe('extractTracestateData', () => {
6767
it.each([
6868
// sentry only
6969
['sentry only', 'sentry=doGsaREgReaT', 'sentry=doGsaREgReaT', undefined],

0 commit comments

Comments
 (0)