Rename AccountCreatorTest to AccountCreatorHelperTest to better reflect it's purpose

This commit is contained in:
Wolf-Martell Montwé 2023-12-01 12:32:30 +01:00
parent 6be64f095e
commit e2e583ef41
No known key found for this signature in database
GPG key ID: 6D45B21512ACBF72

View file

@ -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