Correct class name of StringToPeriodConverterTests

This commit is contained in:
Andy Wilkinson 2020-07-06 15:59:32 +01:00
parent 2007490ce7
commit d1f074858e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Eddú Meléndez * @author Eddú Meléndez
* @author Edson Chávez * @author Edson Chávez
*/ */
public class StringToPeriodConverterTest { class StringToPeriodConverterTests {
@ConversionServiceTest @ConversionServiceTest
void convertWhenIso8601ShouldReturnPeriod(ConversionService conversionService) { void convertWhenIso8601ShouldReturnPeriod(ConversionService conversionService) {