mirror of
https://github.com/google/nomulus
synced 2026-09-26 09:54:28 +00:00
Perform some minor test cleanup
This standardizes use of annotations/inheritance/formatting across tests, to make the code more legible and consistent. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=161810734
This commit is contained in:
@@ -29,7 +29,6 @@ public class TmchCrlTest {
|
||||
@Rule public final AppEngineRule appEngine = AppEngineRule.builder().withDatastore().build();
|
||||
|
||||
@Test
|
||||
@SuppressWarnings("null")
|
||||
public void testSuccess() throws Exception {
|
||||
assertThat(TmchCrl.get()).isNull();
|
||||
TmchCrl.set("lolcat", "http://lol.cat");
|
||||
|
||||
Reference in New Issue
Block a user