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() {
887
887
}
888
888
889
889
@ Test
890
- public void testAggregateFailWithGoodMessageIfMissingIndex () {
890
+ public void testAggregateErrorMessageShouldContainConsoleLinkIfMissingIndex () {
891
891
assumeFalse (
892
892
"Skip this test when running against the Firestore emulator because the "
893
893
+ "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() {
262
262
}
263
263
264
264
@ Test
265
- public void testCountFailWithGoodMessageIfMissingIndex () {
265
+ public void testCountErrorMessageShouldContainConsoleLinkIfMissingIndex () {
266
266
assumeFalse (
267
267
"Skip this test when running against the Firestore emulator because the Firestore emulator "
268
268
+ "does not use indexes and never fails with a 'missing index' error" ,
You can’t perform that action at this time.
0 commit comments