Remove public modifier from test class
This commit is contained in:
parent
3032415141
commit
5bd08800bb
|
@ -60,7 +60,7 @@ import org.whispersystems.textsecuregcm.storage.RedeemedReceiptsManager;
|
|||
import org.whispersystems.textsecuregcm.tests.util.AccountsHelper;
|
||||
import org.whispersystems.textsecuregcm.tests.util.AuthHelper;
|
||||
|
||||
public class DonationControllerTest {
|
||||
class DonationControllerTest {
|
||||
|
||||
private static final Executor httpClientExecutor = Executors.newSingleThreadExecutor();
|
||||
private static final long nowEpochSeconds = 1_500_000_000L;
|
||||
|
|
Loading…
Reference in New Issue