mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 01:17:14 +02:00
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:
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue