Skip to content

Commit 9ee3ac7

Browse files
committed
fix test
1 parent ae8163f commit 9ee3ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay-internal/test/unit/coreHandlers/handleBreadcrumbs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { normalizeBreadcrumb, normalizeConsoleBreadcrumb } from '../../../src/co
44

55
describe('Unit | coreHandlers | handleBreadcrumbs', () => {
66
describe('normalizeBreadcrumb', () => {
7-
it.each([undefined, 'ui.click', 'ui.scroll', 'fetch', 'xhr', 'sentry.event', 'sentry.transaction'])(
7+
it.each(['ui.click', 'ui.scroll', 'fetch', 'xhr', 'sentry.event', 'sentry.transaction'])(
88
'returns null if breadcrumb has category=%j',
99
category => {
1010
const actual = normalizeBreadcrumb({ category });

0 commit comments

Comments
 (0)