mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +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 {
|
||||
// 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.
|
||||
ImmutableMap customFeeMap =
|
||||
ImmutableMap<String, String> customFeeMap =
|
||||
updateSubstitutions(
|
||||
FEE_06_MAP,
|
||||
"NAME", "costly-renew.tld",
|
||||
|
||||
Reference in New Issue
Block a user