mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Merge branch '1.2.x'
This commit is contained in:
+2
-2
@@ -34,8 +34,8 @@ public class SampleFlywayApplicationTests {
|
||||
|
||||
@Test
|
||||
public void testDefaultSettings() throws Exception {
|
||||
assertEquals(new Integer(1), this.template.queryForObject(
|
||||
"SELECT COUNT(*) from PERSON", Integer.class));
|
||||
assertEquals(new Integer(1), this.template
|
||||
.queryForObject("SELECT COUNT(*) from PERSON", Integer.class));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user