See gh-8879
This commit is contained in:
Stephane Nicoll
2017-04-11 09:40:54 +02:00
parent 3f883f1898
commit 934d33685a
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ public class DevToolsPooledDataSourceAutoConfigurationTests
}
@Test
public void inMemoryh2IsShutdown() throws SQLException {
public void inMemoryH2IsShutdown() throws SQLException {
ConfigurableApplicationContext context = createContext("org.h2.Driver",
"jdbc:h2:mem:test", DataSourceAutoConfiguration.class,
DataSourceSpyConfiguration.class);