mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Renamed ScheduledTaskRegistrarTest to ScheduledTaskRegistrarTests
Issue: SPR-12748
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ import static org.mockito.Mockito.*;
|
||||
/**
|
||||
* @author Tobias Montagna-Hay
|
||||
*/
|
||||
public class ScheduledTaskRegistrarTest {
|
||||
public class ScheduledTaskRegistrarTests {
|
||||
|
||||
private final ScheduledTaskRegistrar taskRegistrar = new ScheduledTaskRegistrar();
|
||||
|
||||
Reference in New Issue
Block a user