mirror of
https://github.com/google/nomulus
synced 2026-09-06 16:17:13 +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:
@@ -51,7 +51,7 @@ public final class RegistryTestServerMain {
|
||||
|
||||
@Parameter(
|
||||
names = "--fixtures",
|
||||
description = "Fixtures to load into the datastore.")
|
||||
description = "Fixtures to load into Datastore.")
|
||||
private List<Fixture> fixtures = ImmutableList.of(Fixture.BASIC);
|
||||
|
||||
@Parameter(
|
||||
@@ -137,7 +137,7 @@ public final class RegistryTestServerMain {
|
||||
Statement runner = new Statement() {
|
||||
@Override
|
||||
public void evaluate() throws InterruptedException {
|
||||
System.out.printf("%sLoading datastore fixtures...%s\n", BLUE, RESET);
|
||||
System.out.printf("%sLoading Datastore fixtures...%s\n", BLUE, RESET);
|
||||
for (Fixture fixture : fixtures) {
|
||||
fixture.load();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user