Rename *Test.java -> *Tests.java
Rename a few test classes that accidentally ended in `Test` instead of `Tests`. Issue gh-8945
This commit is contained in:
@@ -48,7 +48,7 @@ import org.springframework.test.util.ReflectionTestUtils;
|
||||
*/
|
||||
@RunWith(PowerMockRunner.class)
|
||||
@PrepareOnlyThisForTest(Logger.class)
|
||||
public class DebugFilterTest {
|
||||
public class DebugFilterTests {
|
||||
@Captor
|
||||
private ArgumentCaptor<HttpServletRequest> requestCaptor;
|
||||
@Captor
|
||||
@@ -39,7 +39,7 @@ import static org.mockito.Mockito.when;
|
||||
* @author Alexey Nesterov
|
||||
* @since 5.2
|
||||
*/
|
||||
public class ReactivePreAuthenticatedAuthenticationManagerTest {
|
||||
public class ReactivePreAuthenticatedAuthenticationManagerTests {
|
||||
|
||||
private ReactiveUserDetailsService mockUserDetailsService
|
||||
= mock(ReactiveUserDetailsService.class);
|
||||
Reference in New Issue
Block a user