mirror of
https://github.com/google/nomulus
synced 2026-09-18 22:14:23 +00:00
Standardize test methods to be prefixed with "test"
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=131176866
This commit is contained in:
@@ -38,7 +38,7 @@ public class TmchSmdrlActionTest extends TmchActionTestCase {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void successSmdrl() throws Exception {
|
||||
public void testSuccess_smdrl() throws Exception {
|
||||
SignedMarkRevocationList smdrl = SignedMarkRevocationList.get();
|
||||
assertThat(smdrl.isSmdRevoked("0000001681375789102250-65535", now)).isFalse();
|
||||
assertThat(smdrl.isSmdRevoked("0000001681375789102250-65536", now)).isFalse();
|
||||
|
||||
Reference in New Issue
Block a user