We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a1dd5 commit 1873de1Copy full SHA for 1873de1
modules/module-postgres/test/src/wal_stream_utils.ts
@@ -33,7 +33,7 @@ export class WalStreamTestContext implements AsyncDisposable {
33
options?: { doNotClear?: boolean; walStreamOptions?: Partial<WalStreamOptions> }
34
) {
35
const f = await factory({ doNotClear: options?.doNotClear });
36
- const connectionManager = new PgManager(TEST_CONNECTION_OPTIONS, { registry: new CustomTypeRegistry() });
+ const connectionManager = new PgManager(TEST_CONNECTION_OPTIONS, {});
37
38
if (!options?.doNotClear) {
39
await clearTestDb(connectionManager.pool);
0 commit comments