Skip to content

Commit

Permalink
docs(samples): update failing sample test (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored and Ace Nassri committed Nov 17, 2022
1 parent e4277b5 commit a813707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ describe(REGION_TAG, () => {
const translationClient = new TranslationServiceClient();
const projectId = await translationClient.getProjectId();
const output = execSync(`node v3/${REGION_TAG}.js ${projectId}`);
assert.match(output, /zh-CN/);
assert.match(output, /zh/);
});
});

0 comments on commit a813707

Please sign in to comment.