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 3471fd7 commit 37d1168Copy full SHA for 37d1168
firebase-firestore/src/test/java/com/google/firebase/firestore/local/SQLiteLocalStoreTest.java
@@ -237,7 +237,7 @@ public void testDoesNotUseLimitWhenIndexIsOutdated() {
237
238
// The query engine first reads the documents by key and then re-runs the query without limit.
239
assertRemoteDocumentsRead(/* byKey= */ 5, /* byCollection= */ 0);
240
- assertOverlaysRead(/* byKey= */ 5, /* byCollection= */ 0);
+ assertOverlaysRead(/* byKey= */ 1, /* byCollection= */ 0);
241
assertQueryReturned("coll/a", "coll/c");
242
}
243
0 commit comments