Remove more unused Truth8.assertThat() static imports in tests

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=173562809
This commit is contained in:
mcilwain
2017-11-07 17:22:56 -05:00
committed by jianglai
parent 74873f90c8
commit 30bfcf9c55
193 changed files with 0 additions and 193 deletions
@@ -18,7 +18,6 @@ import static com.google.common.base.CaseFormat.LOWER_UNDERSCORE;
import static com.google.common.base.CaseFormat.UPPER_CAMEL;
import static com.google.common.reflect.Reflection.getPackageName;
import static com.google.common.truth.Truth.assertThat;
import static com.google.common.truth.Truth8.assertThat;
import com.beust.jcommander.Parameters;
import com.google.common.collect.ImmutableSet;