mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02: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:
parent
c2cbb9ea5a
commit
2d3e77ebee
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue