Skip to content

Commit 4a55030

Browse files
committed
rebase
1 parent 2f7a254 commit 4a55030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-firestore/src/test/java/com/google/firebase/firestore/local/AutoIndexingExperiment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public void testCombinesIndexedWithNonIndexedResults() throws Exception {
243243
Query query = query(basePath).filter(filter("match", "==", true));
244244

245245
// Creates a full matched index for given query.
246-
indexManager.createTargetIndices(query.toTarget());
246+
indexManager.createTargetIndexes(query.toTarget());
247247

248248
createTestingCollection(basePath, totalSetCount, portion, numOfFields);
249249
createMutationForCollection(basePath, totalSetCount);

0 commit comments

Comments
 (0)