Skip to content

Commit 58a1ed1

Browse files
committed
Polish
1 parent 88d16dd commit 58a1ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/cache/CacheAutoConfigurationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ public void ehcache3AsJCacheWithConfig() throws IOException {
433433
}
434434

435435
@Test
436-
public void hazelcastCacheExplicit() { // Fail
436+
public void hazelcastCacheExplicit() {
437437
load(new Class[] { HazelcastAutoConfiguration.class,
438438
DefaultCacheConfiguration.class }, "spring.cache.type=hazelcast");
439439
HazelcastCacheManager cacheManager = validateCacheManager(

0 commit comments

Comments
 (0)