KeyChainGroupTest: make a method private

This commit is contained in:
Andreas Schildbach 2022-04-01 21:34:37 +02:00
parent b37f5ff735
commit 3a3836b775

View file

@ -249,7 +249,7 @@ public class KeyChainGroupTest {
encryption(true); encryption(true);
} }
public void encryption(boolean withImported) throws Exception { private void encryption(boolean withImported) {
Utils.rollMockClock(0); Utils.rollMockClock(0);
long now = Utils.currentTimeSeconds(); long now = Utils.currentTimeSeconds();
ECKey a = group.freshKey(KeyChain.KeyPurpose.RECEIVE_FUNDS); ECKey a = group.freshKey(KeyChain.KeyPurpose.RECEIVE_FUNDS);