mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-18 05:12:16 -05:00
instrument: import public keys as public
This commit is contained in:
parent
7b416d7d7d
commit
0c20d40863
@ -48,7 +48,7 @@ public class TestHelpers {
|
|||||||
if (ring.isSecret()) {
|
if (ring.isSecret()) {
|
||||||
helper.saveSecretKeyRing(ring, new ProgressScaler());
|
helper.saveSecretKeyRing(ring, new ProgressScaler());
|
||||||
} else {
|
} else {
|
||||||
helper.saveSecretKeyRing(ring, new ProgressScaler());
|
helper.savePublicKeyRing(ring, new ProgressScaler());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user