Skip to content

Commit

Permalink
test(samples): Update test with improved translation (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahecole authored and Ace Nassri committed Nov 17, 2022
1 parent 9185920 commit ef665f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ describe(REGION_TAG, () => {
const output = execSync(
`node v3beta1/${REGION_TAG}.js ${projectId} ${location} ${text}`
);
assert.match(output, /Translation: Zdravo svet/);
assert.match(output, /Translation: Pozdrav svijetu/);
});
});

0 comments on commit ef665f2

Please sign in to comment.