mirror of
https://github.com/google/nomulus
synced 2026-09-13 03:24:34 +00:00
Qualify the usage of ImmutableMap.of()
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=167723174
This commit is contained in:
@@ -300,9 +300,7 @@ public class DomainTransferApproveFlowTest
|
||||
.build())
|
||||
.toArray(BillingEvent.class));
|
||||
// There should be no grace period.
|
||||
assertGracePeriods(
|
||||
domain.getGracePeriods(),
|
||||
ImmutableMap.of());
|
||||
assertGracePeriods(domain.getGracePeriods(), ImmutableMap.<GracePeriod, BillingEvent>of());
|
||||
}
|
||||
|
||||
private void doSuccessfulTest(String tld, String commandFilename, String expectedXmlFilename)
|
||||
|
||||
Reference in New Issue
Block a user