Skip to content

Commit 871bf4b

Browse files
author
gefeili
committed
Fix the issue in RegressionTest
1 parent e069a7a commit 871bf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg/src/test/java/org/bouncycastle/openpgp/test/RegressionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class RegressionTest
8787
new PGPv5KeyTest(),
8888
new PGPv5MessageDecryptionTest(),
8989
new PGPv6SignatureTest(),
90-
new OpenPGPV6KeyGeneratorTest()
90+
new OpenPGPV6KeyGeneratorTest(),
9191
new PGPKeyRingGeneratorTest()
9292
};
9393

0 commit comments

Comments
 (0)