Skip to content

Commit a813707

Browse files
sofislAce Nassri
authored andcommitted
docs(samples): update failing sample test (#807)
1 parent e4277b5 commit a813707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

translate/test/v3/translate_get_supported_languages.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ describe(REGION_TAG, () => {
2828
const translationClient = new TranslationServiceClient();
2929
const projectId = await translationClient.getProjectId();
3030
const output = execSync(`node v3/${REGION_TAG}.js ${projectId}`);
31-
assert.match(output, /zh-CN/);
31+
assert.match(output, /zh/);
3232
});
3333
});

0 commit comments

Comments
 (0)