Rename AccountCreatorTest to AccountCreatorHelperTest to better reflect it's purpose
This commit is contained in:
parent
6be64f095e
commit
e2e583ef41
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import org.junit.Test;
|
|||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
|
||||
public class AccountCreatorTest {
|
||||
public class AccountCreatorHelperTest {
|
||||
private final AccountCreatorHelper accountCreatorHelper = new AccountCreatorHelper();
|
||||
|
||||
@Test
|
Loading…
Reference in a new issue