We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9185920 commit ef665f2Copy full SHA for ef665f2
translate/test/v3beta1/translate_translate_text_beta.test.js
@@ -32,6 +32,6 @@ describe(REGION_TAG, () => {
32
const output = execSync(
33
`node v3beta1/${REGION_TAG}.js ${projectId} ${location} ${text}`
34
);
35
- assert.match(output, /Translation: Zdravo svet/);
+ assert.match(output, /Translation: Pozdrav svijetu/);
36
});
37
0 commit comments