renaming the junit class name to match coding standard
This commit is contained in:
parent
6ed113877e
commit
d5a267bc9e
@ -8,7 +8,7 @@ import javax.crypto.SecretKey;
|
|||||||
import org.junit.jupiter.api.Assertions;
|
import org.junit.jupiter.api.Assertions;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
public class ConversionClassUtilTest {
|
public class ConversionClassUtilUnitTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void givenPasswordAndSalt_whenCreateSecreKeyCheckConversion_thenSuccess()
|
void givenPasswordAndSalt_whenCreateSecreKeyCheckConversion_thenSuccess()
|
Loading…
x
Reference in New Issue
Block a user