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 72ed38a commit ac04fb6Copy full SHA for ac04fb6
Firestore/Example/Tests/Integration/API/FIRQueryTests.mm
@@ -614,7 +614,7 @@ - (void)testQueriesCanUseArrayContainsAnyFilters {
614
@"f" : @{@"array" : @[ @{@"a" : @42} ]},
615
@"g" : @{@"array" : @42},
616
@"h" : @{@"array" : @[ [NSNull null] ]},
617
- @"g" : @{@"array" : @[ @(NAN) ]},
+ @"i" : @{@"array" : @[ @(NAN) ]},
618
619
};
620
FIRCollectionReference *collection = [self collectionRefWithDocuments:testDocs];
0 commit comments