fix tests

This commit is contained in:
adlerhurst
2025-05-19 15:26:41 +02:00
parent a5970a061b
commit 65adb5f816
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 nil
return new_es.RegisterEventstoreTypes(ctx, conn)
}
pool, err := pgxpool.NewWithConfig(context.Background(), config)
if err != nil {