From b1b69656bd7561d06fd4b8c063d72a5ede64e8bb Mon Sep 17 00:00:00 2001 From: jianglai Date: Thu, 2 Mar 2017 12:04:37 -0800 Subject: [PATCH] Remove reference to TldSpecificLogic ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149030846 --- .../registry/flows/domain/DomainApplicationCreateFlowTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javatests/google/registry/flows/domain/DomainApplicationCreateFlowTest.java b/javatests/google/registry/flows/domain/DomainApplicationCreateFlowTest.java index 788e372e4..ad453a17e 100644 --- a/javatests/google/registry/flows/domain/DomainApplicationCreateFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainApplicationCreateFlowTest.java @@ -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"))