Fix typo in DomainTransferResponse.Builder method namename

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=170529902
This commit is contained in:
nickfelt 2017-09-29 14:08:40 -07:00 committed by Ben McIlwain
parent bc02b701b5
commit 447b83f7db
5 changed files with 5 additions and 5 deletions

View file

@ -152,7 +152,7 @@ public class DomainTransferCancelFlowTest
.setClientId("TheRegistrar")
.setEventTime(clock.nowUtc())
.setResponseData(ImmutableList.of(new DomainTransferResponse.Builder()
.setFullyQualifiedDomainNameName(getUniqueIdFromCommand())
.setFullyQualifiedDomainName(getUniqueIdFromCommand())
.setTransferStatus(TransferStatus.CLIENT_CANCELLED)
.setTransferRequestTime(TRANSFER_REQUEST_TIME)
.setGainingClientId("NewRegistrar")