mirror of
https://github.com/google/nomulus.git
synced 2025-06-10 14:34:43 +02:00
Add missing type parameters
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=243877573
This commit is contained in:
parent
81959e2588
commit
e3bc794151
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue