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-10-26 11:11:34 -07:00 committed by jianglai
parent 74873f90c8
commit 30bfcf9c55
193 changed files with 0 additions and 193 deletions

View file

@ -19,7 +19,6 @@ import static com.google.common.base.Functions.constant;
import static com.google.common.collect.Iterables.transform;
import static com.google.common.collect.Maps.toMap;
import static com.google.common.truth.Truth.assertThat;
import static com.google.common.truth.Truth8.assertThat;
import static com.google.common.util.concurrent.MoreExecutors.newDirectExecutorService;
import static google.registry.backup.BackupUtils.GcsMetadataKeys.LOWER_BOUND_CHECKPOINT;
import static google.registry.backup.BackupUtils.serializeEntity;