Skip to content

Commit 0a4d42c

Browse files
committed
lint
1 parent 834d486 commit 0a4d42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/test/integrations/tracing/postgres.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe('postgres integration', () => {
6060

6161
it('second call to instrumentPostgres passes full config to setConfig, not raw user options', () => {
6262
const mockSetConfig = vi.fn();
63-
(PgInstrumentation as unknown as MockInstance).mockImplementation((config: unknown) => ({
63+
(PgInstrumentation as unknown as MockInstance).mockImplementation(() => ({
6464
setTracerProvider: () => undefined,
6565
setMeterProvider: () => undefined,
6666
getConfig: () => ({}),

0 commit comments

Comments
 (0)