Update translation test case

This commit is contained in:
Joshua Lochner 2023-05-31 23:58:48 +02:00
parent 25fb4a6f49
commit 1520012b43
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ describe('Pipelines', () => {
});
let expected = [
{ 'translation_text': 'مرحباً عالمياً' }
{ 'translation_text': 'مرحباً، يا عالم!' }
];
compare(translation, expected);