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

Fix test name

This commit is contained in:
Paul Schaub 2025-03-20 19:17:08 +01:00
parent 665db5ceb6
commit eefc622f63
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -6,6 +6,6 @@ package sop.testsuite.pgpainless.operation;
import sop.testsuite.operation.DecryptWithSessionKeyTest; import sop.testsuite.operation.DecryptWithSessionKeyTest;
public class PGPainlessDecryptWIthSessionKeyTest extends DecryptWithSessionKeyTest { public class PGPainlessDecryptWithSessionKeyTest extends DecryptWithSessionKeyTest {
} }