Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Nov 8, 2023
2 parents b2c5976 + 0a6b723 commit 357c212
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*/
class MockBeanContextCachingTests {

private final DefaultContextCache contextCache = new DefaultContextCache();
private final DefaultContextCache contextCache = new DefaultContextCache(2);

private final DefaultCacheAwareContextLoaderDelegate delegate = new DefaultCacheAwareContextLoaderDelegate(
this.contextCache);
Expand Down

0 comments on commit 357c212

Please sign in to comment.