Commit 90498a0b authored by Stephane Nicoll's avatar Stephane Nicoll

Fix broken build

parent f8a5e3d0
...@@ -73,7 +73,7 @@ public class SampleDataJpaApplicationTests { ...@@ -73,7 +73,7 @@ public class SampleDataJpaApplicationTests {
@Test @Test
public void testJmx() throws Exception { public void testJmx() throws Exception {
assertThat(ManagementFactory.getPlatformMBeanServer() assertThat(ManagementFactory.getPlatformMBeanServer()
.queryMBeans(new ObjectName("jpa.sample:type=ConnectionPool,*"), null)) .queryMBeans(new ObjectName("jpa.sample:type=HikariDataSource,*"), null))
.hasSize(1); .hasSize(1);
} }
......
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