mirror of
https://github.com/google/nomulus
synced 2026-09-06 16:17:13 +00:00
Change dash to underscore in param name for consistency
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=190261145
This commit is contained in:
@@ -78,6 +78,6 @@ public class VerifyOteCommandTest extends CommandTestCase<VerifyOteCommand> {
|
||||
assertThrows(IllegalArgumentException.class, () -> runCommand(""));
|
||||
assertThat(thrown)
|
||||
.hasMessageThat()
|
||||
.contains("Must provide at least one registrar name, or supply --check-all with no names.");
|
||||
.contains("Must provide at least one registrar name, or supply --check_all with no names.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user