mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-03 11:59:08 +00:00
SEC-2350: Fix broken test
This commit is contained in:
parent
afddb5eb39
commit
2d2f91484d
@ -113,7 +113,7 @@ public class SpringSecurityCoreVersionTests {
|
||||
|
||||
performChecks();
|
||||
|
||||
verify(logger, times(2)).warn(any());
|
||||
verify(logger, times(1)).warn(any());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user