Skip to content

Commit 49566ed

Browse files
committed
Reduce visibility of test methods
1 parent ce01f7f commit 49566ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/AbstractDependsOnBeanFactoryPostProcessorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ void fooBeansShouldDependOnBarBeanTypesParentContext() {
7474
}
7575

7676
@Test
77-
public void postProcessorHasADefaultOrderOfZero() {
77+
void postProcessorHasADefaultOrderOfZero() {
7878
assertThat(new FooDependsOnBarTypePostProcessor().getOrder()).isEqualTo(0);
7979
}
8080

0 commit comments

Comments
 (0)