Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 93eea66

Browse files
fix testTranslateIgnoreTagsSuccess
1 parent a346df6 commit 93eea66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DeepLTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function testTranslateIgnoreTagsSuccess()
227227
$deepl = new DeepL(self::$authKey);
228228

229229
$englishText = '<strong>text to do not translate</strong><p>text to translate</p>';
230-
$expectedText = '<strong>Text, der nicht übersetzt werden soll</strong><p>zu übersetzender Text</p>';
230+
$expectedText = '<strong>text to do not translate</strong><p>zu übersetzender Text</p>';
231231

232232
$translatedText = $deepl->translate(
233233
$englishText,

0 commit comments

Comments
 (0)