From a2a31894a80c03e003c9108de02f506c6b7ac04b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 25 Jan 2018 08:19:25 +0100 Subject: [PATCH] Fix typo --- .../autoconfigure/jdbc/DataSourceJmxConfigurationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jdbc/DataSourceJmxConfigurationTests.java b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jdbc/DataSourceJmxConfigurationTests.java index 6f74afab13..4c0da1cdce 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jdbc/DataSourceJmxConfigurationTests.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jdbc/DataSourceJmxConfigurationTests.java @@ -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())