mirror of
https://github.com/google/nomulus
synced 2026-03-27 04:45:14 +00:00
Fix accidental @Test deletion from []
Accidentally dropped the annotation while merging changes ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150350917
This commit is contained in:
@@ -933,6 +933,7 @@ public class HostUpdateFlowTest extends ResourceFlowTestCase<HostUpdateFlow, Hos
|
||||
.doesNotHaveStatusValue(StatusValue.CLIENT_UPDATE_PROHIBITED);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testFailure_clientUpdateProhibited() throws Exception {
|
||||
createTld("tld");
|
||||
persistResource(
|
||||
|
||||
Reference in New Issue
Block a user