Skip to content

Commit af55183

Browse files
committed
added docstring
1 parent 853c825 commit af55183

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

packages/google-cloud-firestore/tests/system/test_system.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ def verify_pipeline(query):
9191
9292
It can be attached to existing query tests to check both
9393
modalities at the same time
94+
95+
Pipelines are only supported on enterprise dbs. Skip other environments
9496
"""
9597
from google.cloud.firestore_v1.base_aggregation import BaseAggregationQuery
9698

packages/google-cloud-firestore/tests/system/test_system_async.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ async def verify_pipeline(query):
171171
172172
It can be attached to existing query tests to check both
173173
modalities at the same time
174+
175+
Pipelines are only supported on enterprise dbs. Skip other environments
174176
"""
175177
from google.cloud.firestore_v1.base_aggregation import BaseAggregationQuery
176178

0 commit comments

Comments
 (0)