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

Generate-Key: Use new packet tags

This commit is contained in:
Paul Schaub 2025-05-13 15:36:09 +02:00
parent 963e442b3c
commit e552255aa6
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
4 changed files with 21 additions and 10 deletions

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.MergeCertsTest;
public class PGPainlessMergeCertsTest extends MergeCertsTest {
}