changing unit test class name

This commit is contained in:
Deboshree 2023-05-21 23:41:53 +05:30
parent acdafe5817
commit 2bf46ddbcc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import java.util.List;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
class stringToIntConverter {
class StringToIntConverterUnitTest {
private StringToIntConverter stringToIntConverter = new StringToIntConverter();