1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +02:00

Add PGPainlessCertifyValidateUserIdTest

This commit is contained in:
Paul Schaub 2025-04-10 13:52:13 +02:00
parent 168c884f27
commit d540febc7f
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -0,0 +1,11 @@
// SPDX-FileCopyrightText: 2025 Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: Apache-2.0
package sop.testsuite.pgpainless.operation;
import sop.testsuite.operation.CertifyValidateUserIdTest;
public class PGPainlessCertifyValidateUserIdTest extends CertifyValidateUserIdTest {
}