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 52afbf0 commit 64b2f7fCopy full SHA for 64b2f7f
firebase-firestore/src/androidTest/java/com/google/firebase/firestore/FirestoreTest.java
@@ -1611,7 +1611,7 @@ public void snapshotListenerSortsFilteredQueryByDocumentIdsSameAsGetQuery() {
1611
}
1612
1613
@Test
1614
- public void vectorFieldOrderOnlineAndOffline() throws Exception {
+ public void sdkOrdersQueryByDocumentIdTheSameWayOnlineAndOffline() {
1615
Map<String, Map<String, Object>> testDocs =
1616
map(
1617
"A", map("a", 1),
0 commit comments