File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
firebase-firestore/src/androidTest/java/com/google/firebase/firestore Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -887,7 +887,7 @@ public void testPerformsAverageOnlyOnNumericFields() {
887887 }
888888
889889 @ Test
890- public void testAggregateFailWithGoodMessageIfMissingIndex () {
890+ public void testAggregateErrorMessageShouldContainConsoleLinkIfMissingIndex () {
891891 assumeFalse (
892892 "Skip this test when running against the Firestore emulator because the "
893893 + "Firestore emulator does not use indexes and never fails with a 'missing index'"
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ public void testCountFailWithoutNetwork() {
262262 }
263263
264264 @ Test
265- public void testCountFailWithGoodMessageIfMissingIndex () {
265+ public void testCountErrorMessageShouldContainConsoleLinkIfMissingIndex () {
266266 assumeFalse (
267267 "Skip this test when running against the Firestore emulator because the Firestore emulator "
268268 + "does not use indexes and never fails with a 'missing index' error" ,
You can’t perform that action at this time.
0 commit comments