Skip to content

Commit ef665f2

Browse files
leahecoleAce Nassri
authored and
Ace Nassri
committed
test(samples): Update test with improved translation (#314)
1 parent 9185920 commit ef665f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/test/v3beta1/translate_translate_text_beta.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ describe(REGION_TAG, () => {
3232
const output = execSync(
3333
`node v3beta1/${REGION_TAG}.js ${projectId} ${location} ${text}`
3434
);
35-
assert.match(output, /Translation: Zdravo svet/);
35+
assert.match(output, /Translation: Pozdrav svijetu/);
3636
});
3737
});

0 commit comments

Comments
 (0)