Skip to content

Commit 7cf3104

Browse files
authored
chore: Fix datastore system test index creation command (#811)
1 parent 6f32f8c commit 7cf3104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-ndb/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Running System Tests
187187
> --key-file=${GOOGLE_APPLICATION_CREDENTIALS}
188188

189189
# Create the indexes
190-
$ gcloud datastore create-indexes system_tests/data/index.yaml
190+
$ gcloud datastore indexes create tests/system/index.yaml
191191

192192
- For datastore query tests, you'll need stored data in your dataset.
193193
To populate this data, run::

0 commit comments

Comments
 (0)