Merge branch '2.0.x'
This commit is contained in:
@@ -208,7 +208,7 @@ public class IntegrationAutoConfigurationTests {
|
||||
assertThat(properties.getJdbc().getInitializeSchema())
|
||||
.isEqualTo(DataSourceInitializationMode.EMBEDDED);
|
||||
JdbcOperations jdbc = context.getBean(JdbcOperations.class);
|
||||
jdbc.queryForList("select * from INT_MESSAGE").isEmpty();
|
||||
assertThat(jdbc.queryForList("select * from INT_MESSAGE")).isEmpty();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user