0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00

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