Remove unused Truth8.assertThat() imports in tests

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=173423036
This commit is contained in:
mcilwain 2017-10-25 11:14:41 -07:00 committed by jianglai
parent 996095aed3
commit f59c3daf6d
75 changed files with 0 additions and 75 deletions

View file

@ -17,7 +17,6 @@ package google.registry.batch;
import static com.google.appengine.api.datastore.DatastoreServiceFactory.getDatastoreService;
import static com.google.common.net.MediaType.PLAIN_TEXT_UTF_8;
import static com.google.common.truth.Truth.assertThat;
import static com.google.common.truth.Truth8.assertThat;
import static javax.servlet.http.HttpServletResponse.SC_BAD_REQUEST;
import static javax.servlet.http.HttpServletResponse.SC_OK;
import static org.joda.time.DateTimeZone.UTC;