Skip to content

Commit 4a851c1

Browse files
committed
Merge branch '3.1.x'
2 parents 690cfa2 + 357c212 commit 4a851c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/mock/mockito/MockBeanContextCachingTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
*/
4646
class MockBeanContextCachingTests {
4747

48-
private final DefaultContextCache contextCache = new DefaultContextCache();
48+
private final DefaultContextCache contextCache = new DefaultContextCache(2);
4949

5050
private final DefaultCacheAwareContextLoaderDelegate delegate = new DefaultCacheAwareContextLoaderDelegate(
5151
this.contextCache);

0 commit comments

Comments
 (0)