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-11 12:01:44 -08:00 committed by Ben McIlwain
parent 0af09d264f
commit 1b6f2f82cd
4 changed files with 3 additions and 17 deletions

View file

@ -129,7 +129,7 @@ public class KillAllEppResourcesActionTest extends MapreduceTestCase<KillAllEppR
.setEventTime(START_OF_TIME)
.setClientId("")
.setTargetId("")
.setReason(Reason.AUTO_RENEW)
.setReason(Reason.RENEW)
.build())) {
persistResource(descendant);
}