Activate tests for keys with sub-keys
This commit is contained in:
parent
5bee0a28b1
commit
2618c6bead
2 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ class PGPAgentTest: XCTestCase {
|
|||
RSA2048,
|
||||
RSA2048_SUB,
|
||||
ED25519,
|
||||
//ED25519_SUB,
|
||||
ED25519_SUB,
|
||||
].forEach { keyTriple in
|
||||
let keychain = DictBasedKeychain()
|
||||
let pgpAgent = PGPAgent(keyStore: keychain)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue