浏览代码

SEC-2350: Fix broken test

Rob Winch 11 年之前
父节点
当前提交
2d2f91484d

+ 1 - 1
core/src/test/java/org/springframework/security/core/SpringSecurityCoreVersionTests.java

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