mirror of
https://github.com/google/nomulus.git
synced 2025-07-01 08:43:34 +02:00
Fix typo in test name
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140373464
This commit is contained in:
parent
e0fad37734
commit
bcceb87c9b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue