Skip to content

Commit a7af522

Browse files
committed
rename tests 'error message is good' -> 'error message contains console link'
1 parent a476c46 commit a7af522

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/firestore/test/integration/api/aggregation.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ apiDescribe('Count queries', persistence => {
132132
// and will, therefore, never fail in this situation.
133133
// eslint-disable-next-line no-restricted-properties
134134
(USE_EMULATOR ? it.skip : it)(
135-
'getCountFromServer error message is good if missing index',
135+
'getCountFromServer error message contains console link if missing index',
136136
() => {
137137
return withEmptyTestCollection(persistence, async coll => {
138138
const query_ = query(
@@ -342,7 +342,7 @@ apiDescribe('Aggregation queries', persistence => {
342342
// and will, therefore, never fail in this situation.
343343
// eslint-disable-next-line no-restricted-properties
344344
(USE_EMULATOR ? it.skip : it)(
345-
'getAggregateFromServer error message is good if missing index',
345+
'getAggregateFromServer error message contains console link good if missing index',
346346
() => {
347347
return withEmptyTestCollection(persistence, async coll => {
348348
const query_ = query(

packages/firestore/test/lite/integration.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2406,7 +2406,7 @@ describe('Count queries', () => {
24062406
// and will, therefore, never fail in this situation.
24072407
// eslint-disable-next-line no-restricted-properties
24082408
(USE_EMULATOR ? it.skip : it)(
2409-
'getCount error message is good if missing index',
2409+
'getCount error message contains console link if missing index',
24102410
() => {
24112411
return withTestCollection(async coll => {
24122412
const query_ = query(
@@ -2713,7 +2713,7 @@ describe('Aggregate queries', () => {
27132713
// and will, therefore, never fail in this situation.
27142714
// eslint-disable-next-line no-restricted-properties
27152715
(USE_EMULATOR ? it.skip : it)(
2716-
'getAggregate error message is good if missing index',
2716+
'getAggregate error message contains console link if missing index',
27172717
() => {
27182718
return withTestCollection(async coll => {
27192719
const query_ = query(

0 commit comments

Comments
 (0)