Skip to content

Commit fc2b0b5

Browse files
committed
add "__id" to tests
1 parent 85a7adf commit fc2b0b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

firebase-firestore/src/androidTest/java/com/google/firebase/firestore/FirestoreTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,6 +1510,7 @@ public void snapshotListenerSortsQueryByDocumentIdsSameAsGetQuery() {
15101510
"__id-2__", map("a", 1),
15111511
"__id1_", map("a", 1),
15121512
"_id1__", map("a", 1),
1513+
"__id", map("a", 1),
15131514
"__id9223372036854775807__", map("a", 1),
15141515
"__id-9223372036854775808__", map("a", 1));
15151516

@@ -1528,6 +1529,7 @@ public void snapshotListenerSortsQueryByDocumentIdsSameAsGetQuery() {
15281529
"7",
15291530
"A",
15301531
"Aa",
1532+
"__id",
15311533
"__id1_",
15321534
"_id1__",
15331535
"a");
@@ -1571,6 +1573,7 @@ public void snapshotListenerSortsFilteredQueryByDocumentIdsSameAsGetQuery() {
15711573
"__id-2__", map("a", 1),
15721574
"__id1_", map("a", 1),
15731575
"_id1__", map("a", 1),
1576+
"__id", map("a", 1),
15741577
"__id9223372036854775807__", map("a", 1),
15751578
"__id-9223372036854775808__", map("a", 1));
15761579

@@ -1624,6 +1627,7 @@ public void sdkOrdersQueryByDocumentIdTheSameWayOnlineAndOffline() {
16241627
"__id-2__", map("a", 1),
16251628
"__id1_", map("a", 1),
16261629
"_id1__", map("a", 1),
1630+
"__id", map("a", 1),
16271631
"__id9223372036854775807__", map("a", 1),
16281632
"__id-9223372036854775808__", map("a", 1));
16291633

@@ -1641,6 +1645,7 @@ public void sdkOrdersQueryByDocumentIdTheSameWayOnlineAndOffline() {
16411645
"7",
16421646
"A",
16431647
"Aa",
1648+
"__id",
16441649
"__id1_",
16451650
"_id1__",
16461651
"a");

0 commit comments

Comments
 (0)