1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-12 22:54:52 +02:00
pgpainless/pgpainless-sop/src/test/java/sop/testsuite/pgpainless/operation/PGPainlessVersionTest.java

12 lines
261 B
Java

// SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: Apache-2.0
package sop.testsuite.pgpainless.operation;
import sop.testsuite.operation.VersionTest;
public class PGPainlessVersionTest extends VersionTest {
}