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 18
18
import static com .google .firebase .firestore .testutil .IntegrationTestUtil .testCollection ;
19
19
import static com .google .firebase .firestore .testutil .IntegrationTestUtil .testCollectionWithDocs ;
20
20
import static com .google .firebase .firestore .testutil .IntegrationTestUtil .testFirestore ;
21
- import static com .google .firebase .firestore .testutil .IntegrationTestUtil .toDataMap ;
22
21
import static com .google .firebase .firestore .testutil .IntegrationTestUtil .waitFor ;
23
22
import static com .google .firebase .firestore .testutil .IntegrationTestUtil .waitForException ;
24
23
import static com .google .firebase .firestore .testutil .TestUtil .map ;
32
31
import static org .junit .Assume .assumeFalse ;
33
32
34
33
import androidx .test .ext .junit .runners .AndroidJUnit4 ;
35
-
36
34
import com .google .android .gms .tasks .Task ;
37
- import com .google .android .gms .tasks .Tasks ;
38
35
import com .google .firebase .firestore .testutil .IntegrationTestUtil ;
36
+ import java .util .Collections ;
39
37
import org .junit .After ;
40
38
import org .junit .Test ;
41
39
import org .junit .runner .RunWith ;
42
40
43
- import java .util .Collections ;
44
-
45
41
@ RunWith (AndroidJUnit4 .class )
46
42
public class CountTest {
47
43
You can’t perform that action at this time.
0 commit comments