From 4151660dab905c93bdc1281d40a4d4930123b7c0 Mon Sep 17 00:00:00 2001 From: emcmanus Date: Fri, 20 Apr 2018 11:08:26 -0700 Subject: [PATCH] Use the original class name rather than the AppEngine-repackaged name (Usually the latter is because an IDE chose the repackaged name without the developer noticing.) Tested: TAP --sample for global presubmit queue [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=193694213 --- .../registry/flows/domain/DomainTransferRequestFlowTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javatests/google/registry/flows/domain/DomainTransferRequestFlowTest.java b/javatests/google/registry/flows/domain/DomainTransferRequestFlowTest.java index b4d05b097..48c5a5171 100644 --- a/javatests/google/registry/flows/domain/DomainTransferRequestFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainTransferRequestFlowTest.java @@ -40,13 +40,13 @@ import static google.registry.util.DateTimeUtils.START_OF_TIME; import static org.joda.money.CurrencyUnit.EUR; import static org.joda.money.CurrencyUnit.USD; -import com.google.appengine.repackaged.com.google.common.collect.Sets; import com.google.common.base.Predicates; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; import com.google.common.collect.ImmutableSortedMap; import com.google.common.collect.Iterables; +import com.google.common.collect.Sets; import com.google.common.collect.Streams; import com.googlecode.objectify.Key; import google.registry.flows.EppException;