Commit 891faa9d authored by Phillip Webb's avatar Phillip Webb

Fix test cleanup to reset commons logging

parent 48ba1d88
...@@ -105,7 +105,7 @@ public class AutoConfigurationReportLoggingInitializerTests { ...@@ -105,7 +105,7 @@ public class AutoConfigurationReportLoggingInitializerTests {
@After @After
public void cleanup() { public void cleanup() {
System.clearProperty(LogFactory.FACTORY_PROPERTIES); System.clearProperty(LogFactory.FACTORY_PROPERTY);
LogFactory.releaseAll(); LogFactory.releaseAll();
} }
......
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