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 6435094 commit 7979684Copy full SHA for 7979684
Firestore/Example/Tests/Integration/API/FIRQueryTests.mm
@@ -1293,7 +1293,7 @@ - (void)testResumingAQueryShouldUseExistenceFilterToDetectDeletes {
1293
}
1294
1295
// Verify that Watch sent an existence filter with the correct counts when the query was resumed.
1296
- XCTAssertEqual(static_cast<int>(existence_filter_mismatches.size()), 1);
+ XCTAssertEqual(existence_filter_mismatches.size(), size_t{1});
1297
firebase::firestore::util::TestingHooks::ExistenceFilterMismatchInfo &info =
1298
existence_filter_mismatches[0];
1299
XCTAssertEqual(info.local_cache_count, 100);
0 commit comments