We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824195e commit 003fb22Copy full SHA for 003fb22
firebase-firestore/src/test/java/com/google/firebase/firestore/model/TargetIndexMatcherTest.java
@@ -664,7 +664,7 @@ public void testBuildTargetIndexWithQueriesWithArrayContains() {
664
}
665
666
@Test
667
- public void testBuildTargetIndexWithQueriesWithOrderBy() {
+ public void testBuildTargetIndexWithQueriesWithOrderBys() {
668
for (Query query : queriesWithOrderBys) {
669
validateBuildTargetIndexCreateFullMatchIndex(query);
670
0 commit comments