From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Thu, 6 Nov 2025 18:53:15 +0100
Subject: Update expected output, again

Bug-Debian: https://bugs.debian.org/1120215
Forwarded: no
---
 tests/EncodingTest.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/EncodingTest.php b/tests/EncodingTest.php
index aef3554..c3503ac 100644
--- a/tests/EncodingTest.php
+++ b/tests/EncodingTest.php
@@ -23,11 +23,11 @@ class EncodingTest extends TestCase
             '<p>ASCII only</p>',
         ];
         yield [
-            '<html><body><p>Twoje zam&oacute;wienie oczekuje na wp&#322;at&#281; zadatku &#127475;&#127473;</p></body></html>',
+            '<html><body><p>Twoje zamówienie oczekuje na wpłatę zadatku 🇳🇱</p></body></html>',
             '<p>Twoje zamówienie oczekuje na wpłatę zadatku 🇳🇱</p>',
         ];
         yield [
-            '<html><body><p>&#1055;&#1088;&#1080;&#1074;&#1077;&#1090; &#1084;&#1080;&#1088;!</p></body></html>',
+            '<html><body><p>Привет мир!</p></body></html>',
             '<p>Привет мир!</p>',
         ];
     }
