Fix typo in test name

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=140373464
This commit is contained in:
cgoldfeder 2016-11-28 10:30:18 -08:00 committed by Ben McIlwain
parent e0fad37734
commit bcceb87c9b

View file

@ -133,7 +133,7 @@ public class ContactInfoFlowTest extends ResourceFlowTestCase<ContactInfoFlow, C
}
@Test
public void testSuccess_otherRegistrarWithoutAuthInfio_doesNotSeeAuthInfo() throws Exception {
public void testSuccess_otherRegistrarWithoutAuthInfo_doesNotSeeAuthInfo() throws Exception {
setClientIdForFlow("NewRegistrar");
setEppInput("contact_info_no_authinfo.xml");
persistContactResource(true);