mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
Correct class name of StringToPeriodConverterTests
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* @author Eddú Meléndez
|
||||
* @author Edson Chávez
|
||||
*/
|
||||
public class StringToPeriodConverterTest {
|
||||
class StringToPeriodConverterTests {
|
||||
|
||||
@ConversionServiceTest
|
||||
void convertWhenIso8601ShouldReturnPeriod(ConversionService conversionService) {
|
||||
Reference in New Issue
Block a user