File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
firebase-firestore/src/androidTest/java/com/google/firebase/firestore Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 31
31
import static org .junit .Assert .assertNull ;
32
32
import static org .junit .Assert .assertTrue ;
33
33
import static org .junit .Assume .assumeFalse ;
34
+ import static org .junit .Assume .assumeTrue ;
34
35
35
36
import androidx .test .ext .junit .runners .AndroidJUnit4 ;
36
37
import com .google .android .gms .tasks .Task ;
@@ -1071,8 +1072,6 @@ public void resumingQueryShouldRemoveDeletedDocumentsIndicatedByExistenceFilter(
1071
1072
assertEquals (snapshot2 .size (), 50 );
1072
1073
}
1073
1074
1074
- // TODO(orquery): Enable this test when prod supports OR queries.
1075
- @ Ignore
1076
1075
@ Test
1077
1076
public void testOrQueries () {
1078
1077
Map <String , Map <String , Object >> testDocs =
You can’t perform that action at this time.
0 commit comments