Remove public modifier from test class

This commit is contained in:
Ehren Kret 2021-10-01 14:27:07 -05:00
parent 3032415141
commit 5bd08800bb
1 changed files with 1 additions and 1 deletions

View File

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