androidTest: Fix errors introduced by changes of the code

This commit is contained in:
Andrea Torlaschi
2016-06-04 12:45:42 +02:00
parent 6cecb42389
commit 77284a3594
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ public class TestHelpers {
if (ring.isSecret()) {
helper.saveSecretKeyRing(ring, new ProgressScaler());
} else {
helper.savePublicKeyRing(ring, new ProgressScaler());
helper.savePublicKeyRing(ring);
}
}