mirror of
https://github.com/google/nomulus
synced 2026-09-18 22:14:23 +00:00
Refer to Datastore everywhere correctly by its capitalized form
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147479683
This commit is contained in:
@@ -61,7 +61,7 @@ public class SignedMarkRevocationListTest {
|
||||
|
||||
@Test
|
||||
public void testEmpty() throws Exception {
|
||||
// When the datastore is empty, it should give us an empty thing.
|
||||
// When Datastore is empty, it should give us an empty thing.
|
||||
assertThat(SignedMarkRevocationList.get())
|
||||
.isEqualTo(SignedMarkRevocationList.create(
|
||||
START_OF_TIME, ImmutableMap.<String, DateTime>of()));
|
||||
|
||||
Reference in New Issue
Block a user