Commit e2c14c59 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.0.x'

parents 6814b7f2 41bcfad6
......@@ -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();
});
}
......
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