Polish access modifiers for test classes
See gh-27736
This commit is contained in:
@@ -37,7 +37,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* @author Andy Wilkinson
|
||||
*/
|
||||
@ExtendWith(MavenBuildExtension.class)
|
||||
public class BuildInfoIntegrationTests {
|
||||
class BuildInfoIntegrationTests {
|
||||
|
||||
@TestTemplate
|
||||
void buildInfoPropertiesAreGenerated(MavenBuild mavenBuild) {
|
||||
|
||||
@@ -32,7 +32,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
*
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
public class EclipseM2eIntegrationTests {
|
||||
class EclipseM2eIntegrationTests {
|
||||
|
||||
@Test // gh-21992
|
||||
void pluginPomIncludesOptionalShadeDependency() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user