Upgrade Truth to 0.30

IterableSubject is no longer generic, which improves readability in
some callers.

Change-Id: I948a356089f60f1f02f291a2f433eec67571424b
This commit is contained in:
Dave Borowitz
2016-10-11 13:44:55 -04:00
parent 8f5d1b1f4e
commit bb1fc85891
6 changed files with 8 additions and 16 deletions

View File

@@ -145,7 +145,6 @@ public class RepositoryConfigTest {
RepositoryConfig.OWNER_GROUP_NAME, ownerGroups);
}
@SuppressWarnings("cast")
@Test
public void testBasePathWhenNotConfigured() {
assertThat((Object)repoCfg.getBasePath(new NameKey("someProject"))).isNull();
@@ -159,7 +158,6 @@ public class RepositoryConfigTest {
.isEqualTo(basePath);
}
@SuppressWarnings("cast")
@Test
public void testBasePathForSpecificFilter() {
String basePath = "/someAbsolutePath/someDirectory";