File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
packages/firestore/test/integration/api Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2260,6 +2260,7 @@ apiDescribe('Database', persistence => {
2260
2260
'__id-2__' : { a : 1 } ,
2261
2261
'_id1__' : { a : 1 } ,
2262
2262
'__id1_' : { a : 1 } ,
2263
+ '__id' : { a : 1 } ,
2263
2264
// largest long numbers
2264
2265
'__id9223372036854775807__' : { a : 1 } ,
2265
2266
'__id9223372036854775806__' : { a : 1 } ,
@@ -2282,6 +2283,7 @@ apiDescribe('Database', persistence => {
2282
2283
'7' ,
2283
2284
'A' ,
2284
2285
'Aa' ,
2286
+ '__id' ,
2285
2287
'__id1_' ,
2286
2288
'_id1__' ,
2287
2289
'a'
@@ -2311,6 +2313,7 @@ apiDescribe('Database', persistence => {
2311
2313
'__id-2__' : { a : 1 } ,
2312
2314
'_id1__' : { a : 1 } ,
2313
2315
'__id1_' : { a : 1 } ,
2316
+ '__id' : { a : 1 } ,
2314
2317
// largest long numbers
2315
2318
'__id9223372036854775807__' : { a : 1 } ,
2316
2319
'__id9223372036854775806__' : { a : 1 } ,
@@ -2361,6 +2364,7 @@ apiDescribe('Database', persistence => {
2361
2364
'__id-2__' : { a : 1 } ,
2362
2365
'_id1__' : { a : 1 } ,
2363
2366
'__id1_' : { a : 1 } ,
2367
+ '__id' : { a : 1 } ,
2364
2368
// largest long numbers
2365
2369
'__id9223372036854775807__' : { a : 1 } ,
2366
2370
'__id9223372036854775806__' : { a : 1 } ,
@@ -2386,6 +2390,7 @@ apiDescribe('Database', persistence => {
2386
2390
'7' ,
2387
2391
'A' ,
2388
2392
'Aa' ,
2393
+ '__id' ,
2389
2394
'__id1_' ,
2390
2395
'_id1__' ,
2391
2396
'a'
You can’t perform that action at this time.
0 commit comments