mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Move Ldap authorities populator tests to the correct package.
This commit is contained in:
parent
dbe270f132
commit
eebcfd28ef
@ -13,7 +13,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.security.ldap.populator;
|
||||
package org.springframework.security.ldap.userdetails;
|
||||
|
||||
|
||||
import static org.junit.Assert.*;
|
@ -1,4 +1,4 @@
|
||||
package org.springframework.security.ldap.populator;
|
||||
package org.springframework.security.ldap.userdetails;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
import static org.mockito.Mockito.*;
|
Loading…
x
Reference in New Issue
Block a user