Skip to content

Commit e68a117

Browse files
author
Ace Nassri
authored
Renamed v1beta1 to v1 (#363)
1 parent 058925d commit e68a117

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

language/system-test/analyze.v1beta1.test.js renamed to language/system-test/analyze.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const test = require(`ava`);
2121
const tools = require(`@google-cloud/nodejs-repo-tools`);
2222
const uuid = require(`uuid`);
2323

24-
const cmd = `node analyze.v1beta1.js`;
24+
const cmd = `node analyze.v1.js`;
2525
const cwd = path.join(__dirname, `..`);
2626
const bucketName = `nodejs-docs-samples-test-${uuid.v4()}`;
2727
const fileName = `text.txt`;

0 commit comments

Comments
 (0)