You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove all blank lines from test code so that test methods are
visually grouped together. This generally helps to make the test
classes easer to scan, however, the "given" / "when" / "then"
blocks used by some tests are now not as easy to discern.
Issue gh-8945
Copy file name to clipboardExpand all lines: acl/src/test/java/org/springframework/security/acls/afterinvocation/AclEntryAfterInvocationCollectionFilteringProviderTests.java
-3
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,6 @@ public void objectsAreRemovedIfPermissionDenied() {
Copy file name to clipboardExpand all lines: acl/src/test/java/org/springframework/security/acls/afterinvocation/AclEntryAfterInvocationProviderTests.java
-4
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,6 @@ public void accessIsAllowedIfPermissionIsGranted() {
0 commit comments