Skip to content

Commit f5fcb8c

Browse files
committed
fix: run lint
1 parent 013a8d6 commit f5fcb8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/profiling-node/test/hubextensions.hub.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ describe('hubextensions', () => {
133133
transaction.finish();
134134

135135
await Sentry.flush(1000);
136-
expect(logSpy.mock?.[logSpy.mock.calls.length - 1]?.[0]).toBe('[Profiling] Discarding profile because it contains less than 2 samples');
136+
expect(logSpy.mock?.[logSpy.mock.calls.length - 1]?.[0]).toBe(
137+
'[Profiling] Discarding profile because it contains less than 2 samples',
138+
);
137139

138140
expect((transport.send as any).mock.calls[0][0][1][0][0].type).toBe('transaction');
139141
// eslint-disable-next-line @typescript-eslint/unbound-method

0 commit comments

Comments
 (0)