Renamed ScheduledTaskRegistrarTest to ScheduledTaskRegistrarTests
Issue: SPR-12748
This commit is contained in:
parent
cbe4a49b54
commit
626748d718
|
|
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue