Skip to content

Commit a9cf09f

Browse files
committed
rename test methods to be more descriptive
1 parent f915ea9 commit a9cf09f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Firestore/Example/Tests/Integration/API/FIRAggregateTests.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ - (void)testPerformsAverageOnlyOnNumericFields {
10931093
[[NSNumber numberWithDouble:5] doubleValue]);
10941094
}
10951095

1096-
- (void)testFailWithGoodMessageIfMissingIndex {
1096+
- (void)testFailWithMessageWithConsoleLinkIfMissingIndex {
10971097
XCTSkipIf([FSTIntegrationTestCase isRunningAgainstEmulator],
10981098
"Skip this test when running against the Firestore emulator because the Firestore "
10991099
"emulator does not use indexes and never fails with a 'missing index' error.");

Firestore/Example/Tests/Integration/API/FIRCountTests.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ - (void)testFailWithoutNetwork {
227227
XCTAssertEqual(snapshot.count, [NSNumber numberWithLong:3L]);
228228
}
229229

230-
- (void)testFailWithGoodMessageIfMissingIndex {
230+
- (void)testFailWithMessageWithConsoleLinkIfMissingIndex {
231231
XCTSkipIf([FSTIntegrationTestCase isRunningAgainstEmulator],
232232
"Skip this test when running against the Firestore emulator because the Firestore "
233233
"emulator does not use indexes and never fails with a 'missing index' error.");

0 commit comments

Comments
 (0)