Skip to content

Commit 2f320ba

Browse files
committed
change naming
1 parent fda2f0b commit 2f320ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-firestore/src/test/java/com/google/firebase/firestore/model/TargetIndexMatcherTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class TargetIndexMatcherTest {
5858
query("collId")
5959
.filter(filter("a", "array-contains-any", Collections.singletonList("a"))));
6060

61-
List<Query> queriesWithOrderBy =
61+
List<Query> queriesWithOrderBys =
6262
Arrays.asList(
6363
query("collId").orderBy(orderBy("a")),
6464
query("collId").orderBy(orderBy("a", "desc")),
@@ -665,7 +665,7 @@ public void testBuildTargetIndexWithQueriesWithArrayContains() {
665665

666666
@Test
667667
public void testBuildTargetIndexWithQueriesWithOrderBy() {
668-
for (Query query : queriesWithOrderBy) {
668+
for (Query query : queriesWithOrderBys) {
669669
validateBuildTargetIndexCreateFullMatchIndex(query);
670670
}
671671
}

0 commit comments

Comments
 (0)