We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d1603 commit ea7a58bCopy full SHA for ea7a58b
translate/test/v3/translate_get_supported_languages.test.js
@@ -28,6 +28,6 @@ describe(REGION_TAG, () => {
28
const translationClient = new TranslationServiceClient();
29
const projectId = await translationClient.getProjectId();
30
const output = execSync(`node v3/${REGION_TAG}.js ${projectId}`);
31
- assert.match(output, /zh-CN/);
+ assert.match(output, /zh/);
32
});
33
0 commit comments