Skip to content

Commit 940f751

Browse files
fix: fix the sample tests (#156)
1 parent 20c1196 commit 940f751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/system-test/quickstart.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test.after.always(tools.restoreConsole);
2828

2929
test.cb(`should translate a string`, t => {
3030
const string = `Hello, world!`;
31-
const expectedTranslation = `Привет мир!`;
31+
const expectedTranslation = `Привет, мир!`;
3232
const targetLanguage = `ru`;
3333
const translateMock = {
3434
translate: (_string, _targetLanguage) => {

0 commit comments

Comments
 (0)