See gh-21009
This commit is contained in:
dreis2211
2020-04-18 08:29:27 +02:00
committed by Stephane Nicoll
parent 5b1b7bcb9b
commit 5eb5bf0a2d
35 changed files with 70 additions and 70 deletions

View File

@@ -68,7 +68,7 @@ class LayerToolsJarModeTests {
}
@Test
void mainWithNoParamersShowsHelp() {
void mainWithNoParametersShowsHelp() {
new LayerToolsJarMode().run("layertools", NO_ARGS);
assertThat(this.out).hasSameContentAsResource("help-output.txt");
}