Skip to content

Commit

Permalink
fix: fix the sample tests (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and Ace Nassri committed Nov 17, 2022
1 parent 0b18fd5 commit c876fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/system-test/quickstart.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test.after.always(tools.restoreConsole);

test.cb(`should translate a string`, t => {
const string = `Hello, world!`;
const expectedTranslation = `Привет мир!`;
const expectedTranslation = `Привет, мир!`;
const targetLanguage = `ru`;
const translateMock = {
translate: (_string, _targetLanguage) => {
Expand Down

0 comments on commit c876fad

Please sign in to comment.