Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions samples/system-test/spanner.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ describe('Autogenerated Admin Clients', () => {
const [, operation] = await instance.create({
config: LOCATION_ID,
nodes: 1,
edition: 'ENTERPRISE_PLUS',
labels: {
[LABEL]: 'true',
created: CURRENT_TIME,
Expand Down Expand Up @@ -1834,6 +1835,7 @@ describe('Autogenerated Admin Clients', () => {
const [, operation] = await instance.create({
config: 'regional-us-central1',
nodes: 1,
edition: 'ENTERPRISE_PLUS',
displayName: 'Instance partitions test',
labels: {
['cloud_spanner_samples']: 'true',
Expand Down
Loading