Skip to content

Commit 11369be

Browse files
dpebotJustinBeckwith
authored andcommitted
Re-generate library using /synth.py (#130)
1 parent b2d4063 commit 11369be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-vision/smoke-test/image_annotator_smoke_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('ImageAnnotatorSmokeTest', () => {
1818
it('successfully makes a call to the service', done => {
1919
const vision = require('../src');
2020

21-
var client = new vision.v1p2beta1.ImageAnnotatorClient({
21+
var client = new vision.v1p3beta1.ImageAnnotatorClient({
2222
// optional auth parameters.
2323
});
2424

0 commit comments

Comments
 (0)