renaming the junit class name to match coding standard

This commit is contained in:
Bhabani Prasad Patel 2021-05-22 07:07:04 +05:30
parent 6ed113877e
commit d5a267bc9e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import javax.crypto.SecretKey;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
public class ConversionClassUtilTest {
public class ConversionClassUtilUnitTest {
@Test
void givenPasswordAndSalt_whenCreateSecreKeyCheckConversion_thenSuccess()