File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-firestore/src/test/java/com/google/firebase/firestore/model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public class TargetIndexMatcherTest {
58
58
query ("collId" )
59
59
.filter (filter ("a" , "array-contains-any" , Collections .singletonList ("a" ))));
60
60
61
- List <Query > queriesWithOrderBy =
61
+ List <Query > queriesWithOrderBys =
62
62
Arrays .asList (
63
63
query ("collId" ).orderBy (orderBy ("a" )),
64
64
query ("collId" ).orderBy (orderBy ("a" , "desc" )),
@@ -665,7 +665,7 @@ public void testBuildTargetIndexWithQueriesWithArrayContains() {
665
665
666
666
@ Test
667
667
public void testBuildTargetIndexWithQueriesWithOrderBy () {
668
- for (Query query : queriesWithOrderBy ) {
668
+ for (Query query : queriesWithOrderBys ) {
669
669
validateBuildTargetIndexCreateFullMatchIndex (query );
670
670
}
671
671
}
You can’t perform that action at this time.
0 commit comments