Skip to content

Commit b1be7fa

Browse files
committed
use different import
1 parent ce28bff commit b1be7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-pg/test/fixtures/use-pg-pool.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const sdk = createTestNodeSdk({
3939
});
4040
sdk.start();
4141

42-
import { Pool as PGPool } from 'pg';
42+
import * as PGPool from 'pg-pool';
4343
const pgPool = new PGPool(CONFIG);
4444
const tracer = trace.getTracer();
4545

0 commit comments

Comments
 (0)