mirror of
https://github.com/google/nomulus
synced 2026-09-20 15:04:24 +00:00
Add missing type parameters
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=243877573
This commit is contained in:
@@ -260,7 +260,7 @@ public class DomainRenewFlowTest extends ResourceFlowTestCase<DomainRenewFlow, D
|
|||||||
public void testSuccess_customLogicFee() throws Exception {
|
public void testSuccess_customLogicFee() throws Exception {
|
||||||
// The "costly-renew" domain has an additional RENEW fee of 100 from custom logic on top of the
|
// The "costly-renew" domain has an additional RENEW fee of 100 from custom logic on top of the
|
||||||
// normal $11 standard renew price for this TLD.
|
// normal $11 standard renew price for this TLD.
|
||||||
ImmutableMap customFeeMap =
|
ImmutableMap<String, String> customFeeMap =
|
||||||
updateSubstitutions(
|
updateSubstitutions(
|
||||||
FEE_06_MAP,
|
FEE_06_MAP,
|
||||||
"NAME", "costly-renew.tld",
|
"NAME", "costly-renew.tld",
|
||||||
|
|||||||
Reference in New Issue
Block a user