mirror of
https://github.com/google/nomulus.git
synced 2025-06-03 02:57:33 +02:00
Tidy up ExpandrecurringBillingEventsAction
Per nickfelt's suggestion on [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=127193451
This commit is contained in:
parent
7b9752c99d
commit
2caba95d28
10 changed files with 12 additions and 41 deletions
|
@ -26,11 +26,11 @@ import com.google.common.io.CharStreams;
|
|||
import google.registry.keyring.api.Keyring;
|
||||
import google.registry.testing.BouncyCastleProviderRule;
|
||||
import google.registry.testing.GpgSystemCommandRule;
|
||||
import google.registry.testing.ShardableTestCase;
|
||||
|
||||
import org.bouncycastle.openpgp.PGPPublicKey;
|
||||
import org.joda.time.DateTime;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.experimental.theories.DataPoints;
|
||||
import org.junit.experimental.theories.Theories;
|
||||
import org.junit.experimental.theories.Theory;
|
||||
|
@ -47,7 +47,7 @@ import java.io.OutputStream;
|
|||
/** GnuPG integration tests for {@link Ghostryde}. */
|
||||
@RunWith(Theories.class)
|
||||
@SuppressWarnings("resource")
|
||||
public class GhostrydeGpgIntegrationTest {
|
||||
public class GhostrydeGpgIntegrationTest extends ShardableTestCase {
|
||||
|
||||
@Rule
|
||||
public final BouncyCastleProviderRule bouncy = new BouncyCastleProviderRule();
|
||||
|
@ -170,7 +170,4 @@ public class GhostrydeGpgIntegrationTest {
|
|||
return value;
|
||||
}
|
||||
}
|
||||
|
||||
@Test public void makeShardingWork1() {}
|
||||
@Test public void makeShardingWork2() {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue