Commit a2a31894 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix typo

parent d61ba241
......@@ -81,7 +81,7 @@ public class DataSourceJmxConfigurationTests {
assertThat(this.context.getBeansOfType(HikariDataSource.class)).hasSize(1);
assertThat(this.context.getBean(HikariDataSource.class).isRegisterMbeans())
.isTrue();
// We can rely on the number of MBeans so we're checking that the pool and pool
// We can't rely on the number of MBeans so we're checking that the pool and pool
// config mBeans were registered
assertThat(mBeanServer
.queryMBeans(new ObjectName("com.zaxxer.hikari:type=*"), null).size())
......
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