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 6732b51 commit 6d690a6
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 6d690a6

Please sign in to comment.