Change log messages to use singular or plural instead of "noun(s)"
See gh-37017
This commit is contained in:
@@ -38,7 +38,7 @@ class RunIntegrationTests {
|
||||
@TestTemplate
|
||||
void whenTheRunGoalIsExecutedTheApplicationIsForkedWithOptimizedJvmArguments(MavenBuild mavenBuild) {
|
||||
mavenBuild.project("run").goals("spring-boot:run", "-X").execute((project) -> {
|
||||
String jvmArguments = "JVM argument(s): -XX:TieredStopAtLevel=1";
|
||||
String jvmArguments = "JVM argument: -XX:TieredStopAtLevel=1";
|
||||
assertThat(buildLog(project)).contains("I haz been run").contains(jvmArguments);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user