SEC-2350: Fix broken test

This commit is contained in:
Rob Winch 2013-11-15 14:01:35 -06:00
parent afddb5eb39
commit 2d2f91484d

View File

@ -113,7 +113,7 @@ public class SpringSecurityCoreVersionTests {
performChecks();
verify(logger, times(2)).warn(any());
verify(logger, times(1)).warn(any());
}
@Test