Remove reference to TldSpecificLogic

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=149030846
This commit is contained in:
jianglai
2017-03-07 13:40:48 -05:00
committed by Ben McIlwain
parent 3a7f67b7f3
commit b1b69656bd
@@ -936,7 +936,7 @@ public class DomainApplicationCreateFlowTest
persistResource(new LrpTokenEntity.Builder()
.setToken("lrptokentest")
// The below assignee doesn't really make sense here, but as of right now the validation
// in TldSpecificLogicProxy is just a match on the domain name, so this test ensures that
// in DomainPricingLogic is just a match on the domain name, so this test ensures that
// the registration fails due to invalid TLDs even if everything else otherwise matches.
.setAssignee("test-validate.tld")
.setValidTlds(ImmutableSet.of("other"))