Activate tests for keys with sub-keys

This commit is contained in:
Danny Moesch 2019-09-18 23:09:24 +02:00 committed by Mingshen Sun
parent 5bee0a28b1
commit 2618c6bead
2 changed files with 3 additions and 3 deletions

View file

@ -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)