mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-14 22:33:31 +00:00
Fix leading space characters reported by checkstyle
This commit is contained in:
parent
da19435f21
commit
a094563052
@ -47,9 +47,7 @@ public class WebXmlJ2eeDefinedRolesRetrieverTests {
|
|||||||
|
|
||||||
rolesRetriever.afterPropertiesSet();
|
rolesRetriever.afterPropertiesSet();
|
||||||
Set<String> j2eeRoles = rolesRetriever.getMappableAttributes();
|
Set<String> j2eeRoles = rolesRetriever.getMappableAttributes();
|
||||||
assertThat(j2eeRoles).isNotNull()
|
assertThat(j2eeRoles).containsAll(ROLE1TO4_EXPECTED_ROLES);
|
||||||
.hasSameSizeAs(ROLE1TO4_EXPECTED_ROLES)
|
|
||||||
.containsAll(ROLE1TO4_EXPECTED_ROLES);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user