mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-16 17:21:08 +01:00
SubkeyLookup: Return set of fingerprints instead of a single one
This commit is contained in:
parent
0e4cf1c166
commit
7b66954199
10 changed files with 95 additions and 220 deletions
|
|
@ -56,7 +56,6 @@ public class SharedPGPCertificateDirectoryAdapterTest {
|
|||
|
||||
@Test
|
||||
public void getNonExistentCertIsNull() throws IOException, BadDataException, BadNameException {
|
||||
assertNull(store.getCertificate("trust-root"));
|
||||
assertNull(store.getCertificate("eb85bb5fa33a75e15e944e63f231550c4f47e38e"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue