Skip to content

Commit

Permalink
Polish a test name
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and mathieufortin01 committed Nov 15, 2019
1 parent 8a5b708 commit 2a60bbe
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 2a60bbe

Please sign in to comment.