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…
Reference in New Issue