We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f06871 commit 85a9b0fCopy full SHA for 85a9b0f
samples/system-test/spanner.test.js
@@ -212,6 +212,7 @@ describe('Autogenerated Admin Clients', () => {
212
const [, operation] = await instance.create({
213
config: LOCATION_ID,
214
nodes: 1,
215
+ edition: 'ENTERPRISE_PLUS',
216
labels: {
217
[LABEL]: 'true',
218
created: CURRENT_TIME,
@@ -1834,6 +1835,7 @@ describe('Autogenerated Admin Clients', () => {
1834
1835
1836
config: 'regional-us-central1',
1837
1838
1839
displayName: 'Instance partitions test',
1840
1841
['cloud_spanner_samples']: 'true',
0 commit comments