Revert "fix tests"

This reverts commit 65adb5f816.
This commit is contained in:
adlerhurst
2025-05-19 17:13:40 +02:00
parent c81017061a
commit 1985c8a34f
2 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ func TestMain(m *testing.M) {
}
config.AfterConnect = func(ctx context.Context, conn *pgx.Conn) error {
pgxdecimal.Register(conn.TypeMap())
return new_es.RegisterEventstoreTypes(ctx, conn)
return nil
}
pool, err := pgxpool.NewWithConfig(context.Background(), config)
if err != nil {