changing unit test class name

This commit is contained in:
Deboshree
2023-05-21 23:41:53 +05:30
parent b98c11541c
commit 89a7a2f448

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();