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-10-04 16:16:45 -04:00
committed by Ben McIlwain
parent bc02b701b5
commit 447b83f7db
5 changed files with 5 additions and 5 deletions
@@ -64,7 +64,7 @@ public class PollRequestFlowTest extends FlowTestCase<PollRequestFlow> {
.setEventTime(clock.nowUtc().minusDays(1))
.setMsg("Transfer approved.")
.setResponseData(ImmutableList.of(new DomainTransferResponse.Builder()
.setFullyQualifiedDomainNameName("test.example")
.setFullyQualifiedDomainName("test.example")
.setTransferStatus(TransferStatus.SERVER_APPROVED)
.setGainingClientId(getClientIdForFlow())
.setTransferRequestTime(clock.nowUtc().minusDays(5))