Skip to content

Commit

Permalink
chore: update samples test
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Jan 16, 2025
1 parent 4fe3b5a commit 300eb9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-memorystore/samples/test/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const assert = require('assert');
const path = require('path');
const cp = require('child_process');
const {describe, it, before} = require('mocha');
const {Client} = require('@google-cloud/memorystore').v1;
const memorystoreClient = new Client();
const {MemorystoreClient} = require('@google-cloud/memorystore').v1;
const memorystoreClient = new MemorystoreClient();

const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});

Expand Down

0 comments on commit 300eb9b

Please sign in to comment.