mirror of
https://github.com/google/nomulus
synced 2026-09-20 15:04:24 +00:00
Fix typo in test name
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140373464
This commit is contained in:
@@ -133,7 +133,7 @@ public class ContactInfoFlowTest extends ResourceFlowTestCase<ContactInfoFlow, C
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testSuccess_otherRegistrarWithoutAuthInfio_doesNotSeeAuthInfo() throws Exception {
|
public void testSuccess_otherRegistrarWithoutAuthInfo_doesNotSeeAuthInfo() throws Exception {
|
||||||
setClientIdForFlow("NewRegistrar");
|
setClientIdForFlow("NewRegistrar");
|
||||||
setEppInput("contact_info_no_authinfo.xml");
|
setEppInput("contact_info_no_authinfo.xml");
|
||||||
persistContactResource(true);
|
persistContactResource(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user