Skip to content

Commit

Permalink
Merge pull request #18999 from izeye
Browse files Browse the repository at this point in the history
* pr/18999:
  Polish a test name

Closes gh-18999
  • Loading branch information
snicoll committed Nov 13, 2019
2 parents a5da441 + 96a029e commit a74d5b1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ void springBootExtensionMainClassNameIsUsed() throws Exception {
}

@Test
void springBootExtensionMainClassNameIsUsedInPreferenceToMainClassNameProjectProperty() throws Exception {
void springBootExtensionMainClassNameIsUsedInPreferenceToJavaApplicationExtensionMainClassName() throws Exception {
this.project.getPlugins().apply(ApplicationPlugin.class);
JavaApplication javaApplication = this.project.getExtensions().findByType(JavaApplication.class);
javaApplication.setMainClassName("com.example.JavaApplicationMainClass");
Expand Down

0 comments on commit a74d5b1

Please sign in to comment.