Format Java files with google-java-format
Change-Id: Ie4a9594ada29ef95eadd08a33c4cba9feab45cdd
This commit is contained in:
@@ -410,10 +410,7 @@ public class AccountIT extends AbstractDaemonTest {
|
||||
|
||||
@Test
|
||||
public void addEmail() throws Exception {
|
||||
List<String> emails =
|
||||
ImmutableList.of(
|
||||
"new.email@example.com",
|
||||
"new.email@example.systems");
|
||||
List<String> emails = ImmutableList.of("new.email@example.com", "new.email@example.systems");
|
||||
Set<String> currentEmails = getEmails();
|
||||
for (String email : emails) {
|
||||
assertThat(currentEmails).doesNotContain(email);
|
||||
|
||||
Reference in New Issue
Block a user