mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00:00
Change DomainApplication to store period instead of year
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137426843
This commit is contained in:
@@ -220,7 +220,7 @@ public class DomainApplicationCreateFlowTest
|
||||
assertAboutApplications().that(getLast(applications))
|
||||
.hasFullyQualifiedDomainName(getUniqueIdFromCommand()).and()
|
||||
.hasNumEncodedSignedMarks(sunriseApplication ? 1 : 0).and()
|
||||
.hasYears(years).and()
|
||||
.hasPeriodYears(years).and()
|
||||
.hasOnlyOneHistoryEntryWhich()
|
||||
.hasType(HistoryEntry.Type.DOMAIN_APPLICATION_CREATE).and()
|
||||
.hasPeriodYears(years);
|
||||
|
||||
Reference in New Issue
Block a user