Skip to content

Commit 058eabf

Browse files
committed
Merge branch '3.4.x'
Closes gh-45471
2 parents c765047 + 99ecfb8 commit 058eabf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/metrics/cache/Cache2kCacheMeterBinderProviderTests.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -39,6 +39,7 @@ void cache2kCacheProvider() {
3939
MeterBinder meterBinder = new Cache2kCacheMeterBinderProvider().getMeterBinder(cacheManager.getCache("test"),
4040
Collections.emptyList());
4141
assertThat(meterBinder).isInstanceOf(Cache2kCacheMetrics.class);
42+
cacheManager.destroy();
4243
}
4344

4445
}

0 commit comments

Comments
 (0)