Clean up BillingEvent.Reason.AUTO_RENEW and scraps

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138903021
This commit is contained in:
ctingue
2016-11-15 10:56:52 -05:00
committed by Ben McIlwain
parent 0af09d264f
commit 1b6f2f82cd
4 changed files with 3 additions and 17 deletions
@@ -120,7 +120,7 @@ public class ChildEntityInputTest {
recurringA = persistResource(
new BillingEvent.Recurring.Builder()
.setParent(domainHistoryEntryA)
.setReason(Reason.AUTO_RENEW)
.setReason(Reason.RENEW)
.setEventTime(now.plusYears(1))
.setRecurrenceEndTime(END_OF_TIME)
.setClientId("TheRegistrar")
@@ -150,7 +150,7 @@ public class ChildEntityInputTest {
recurringB = persistResource(
new BillingEvent.Recurring.Builder()
.setParent(domainHistoryEntryA)
.setReason(Reason.AUTO_RENEW)
.setReason(Reason.RENEW)
.setEventTime(now.plusYears(1))
.setRecurrenceEndTime(END_OF_TIME)
.setClientId("TheRegistrar")