File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
firebase-firestore/src/androidTest/java/com/google/firebase/firestore Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1818import static com .google .firebase .firestore .testutil .IntegrationTestUtil .testCollection ;
1919import static com .google .firebase .firestore .testutil .IntegrationTestUtil .testCollectionWithDocs ;
2020import static com .google .firebase .firestore .testutil .IntegrationTestUtil .testFirestore ;
21- import static com .google .firebase .firestore .testutil .IntegrationTestUtil .toDataMap ;
2221import static com .google .firebase .firestore .testutil .IntegrationTestUtil .waitFor ;
2322import static com .google .firebase .firestore .testutil .IntegrationTestUtil .waitForException ;
2423import static com .google .firebase .firestore .testutil .TestUtil .map ;
3231import static org .junit .Assume .assumeFalse ;
3332
3433import androidx .test .ext .junit .runners .AndroidJUnit4 ;
35-
3634import com .google .android .gms .tasks .Task ;
37- import com .google .android .gms .tasks .Tasks ;
3835import com .google .firebase .firestore .testutil .IntegrationTestUtil ;
36+ import java .util .Collections ;
3937import org .junit .After ;
4038import org .junit .Test ;
4139import org .junit .runner .RunWith ;
4240
43- import java .util .Collections ;
44-
4541@ RunWith (AndroidJUnit4 .class )
4642public class CountTest {
4743
You can’t perform that action at this time.
0 commit comments