refactor unit test name

This commit is contained in:
joe zhang 2020-07-31 00:33:26 +08:00
parent 6e43adc107
commit ae479954f4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import static org.junit.Assert.assertTrue;
import org.junit.Before;
import org.junit.Test;
public class PrimitiveTypeUtilTest {
public class PrimitiveTypeUtilUnitTest {
private PrimitiveTypeUtil primitiveTypeUtil;
private boolean booleanVal = false;