Skip to content

Commit 0d45052

Browse files
JustinBeckwithAce Nassri
authored and
Ace Nassri
committed
fix: fix the sample tests (#156)
1 parent 1533e09 commit 0d45052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/system-test/quickstart.test.js

+1-1
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)