File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Firestore/Example/Tests/Integration/API Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1093,7 +1093,7 @@ - (void)testPerformsAverageOnlyOnNumericFields {
1093
1093
[[NSNumber numberWithDouble: 5 ] doubleValue ]);
1094
1094
}
1095
1095
1096
- - (void )testFailWithGoodMessageIfMissingIndex {
1096
+ - (void )testFailWithMessageWithConsoleLinkIfMissingIndex {
1097
1097
XCTSkipIf ([FSTIntegrationTestCase isRunningAgainstEmulator ],
1098
1098
" Skip this test when running against the Firestore emulator because the Firestore "
1099
1099
" emulator does not use indexes and never fails with a 'missing index' error." );
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ - (void)testFailWithoutNetwork {
227
227
XCTAssertEqual (snapshot.count , [NSNumber numberWithLong: 3L ]);
228
228
}
229
229
230
- - (void )testFailWithGoodMessageIfMissingIndex {
230
+ - (void )testFailWithMessageWithConsoleLinkIfMissingIndex {
231
231
XCTSkipIf ([FSTIntegrationTestCase isRunningAgainstEmulator ],
232
232
" Skip this test when running against the Firestore emulator because the Firestore "
233
233
" emulator does not use indexes and never fails with a 'missing index' error." );
You can’t perform that action at this time.
0 commit comments