mirror of
https://github.com/google/nomulus
synced 2026-02-09 06:20:29 +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
|
||||
public void testSuccess_otherRegistrarWithoutAuthInfio_doesNotSeeAuthInfo() throws Exception {
|
||||
public void testSuccess_otherRegistrarWithoutAuthInfo_doesNotSeeAuthInfo() throws Exception {
|
||||
setClientIdForFlow("NewRegistrar");
|
||||
setEppInput("contact_info_no_authinfo.xml");
|
||||
persistContactResource(true);
|
||||
|
||||
Reference in New Issue
Block a user