Skip to content

Commit 37d1168

Browse files
Debugging tests via CI is not fun
1 parent 3471fd7 commit 37d1168

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/SQLiteLocalStoreTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public void testDoesNotUseLimitWhenIndexIsOutdated() {
237237

238238
// The query engine first reads the documents by key and then re-runs the query without limit.
239239
assertRemoteDocumentsRead(/* byKey= */ 5, /* byCollection= */ 0);
240-
assertOverlaysRead(/* byKey= */ 5, /* byCollection= */ 0);
240+
assertOverlaysRead(/* byKey= */ 1, /* byCollection= */ 0);
241241
assertQueryReturned("coll/a", "coll/c");
242242
}
243243

0 commit comments

Comments
 (0)