mirror of
https://github.com/google/nomulus
synced 2026-04-27 19:45:24 +00: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:
@@ -25,6 +25,7 @@ import org.junit.Test;
|
||||
|
||||
/** Unit tests for {@link HelloFlow}. */
|
||||
public class HelloFlowTest extends FlowTestCase<HelloFlow> {
|
||||
|
||||
@Test
|
||||
public void testHello() throws Exception {
|
||||
setEppInput("hello.xml");
|
||||
@@ -35,15 +36,4 @@ public class HelloFlowTest extends FlowTestCase<HelloFlow> {
|
||||
"greeting_crr.xml",
|
||||
ImmutableMap.of("DATE", clock.nowUtc().toString(dateTimeNoMillis()))));
|
||||
}
|
||||
|
||||
// Extra methods so the test runner doesn't produce empty shards.
|
||||
|
||||
@Test
|
||||
public void testNothing1() {}
|
||||
|
||||
@Test
|
||||
public void testNothing2() {}
|
||||
|
||||
@Test
|
||||
public void testNothing3() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user