Commit 49566edf authored by Andy Wilkinson's avatar Andy Wilkinson

Reduce visibility of test methods

parent ce01f7f1
...@@ -74,7 +74,7 @@ class AbstractDependsOnBeanFactoryPostProcessorTests { ...@@ -74,7 +74,7 @@ class AbstractDependsOnBeanFactoryPostProcessorTests {
} }
@Test @Test
public void postProcessorHasADefaultOrderOfZero() { void postProcessorHasADefaultOrderOfZero() {
assertThat(new FooDependsOnBarTypePostProcessor().getOrder()).isEqualTo(0); assertThat(new FooDependsOnBarTypePostProcessor().getOrder()).isEqualTo(0);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment