Skip to content

Commit 1873de1

Browse files
committed
Update test.
1 parent b7a1dd5 commit 1873de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/module-postgres/test/src/wal_stream_utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class WalStreamTestContext implements AsyncDisposable {
3333
options?: { doNotClear?: boolean; walStreamOptions?: Partial<WalStreamOptions> }
3434
) {
3535
const f = await factory({ doNotClear: options?.doNotClear });
36-
const connectionManager = new PgManager(TEST_CONNECTION_OPTIONS, { registry: new CustomTypeRegistry() });
36+
const connectionManager = new PgManager(TEST_CONNECTION_OPTIONS, {});
3737

3838
if (!options?.doNotClear) {
3939
await clearTestDb(connectionManager.pool);

0 commit comments

Comments
 (0)