diff --git a/tests/Unit/Lexer/StatusLexerTest.php b/tests/Unit/Lexer/StatusLexerTest.php index fb25ee306..84437d9e5 100644 --- a/tests/Unit/Lexer/StatusLexerTest.php +++ b/tests/Unit/Lexer/StatusLexerTest.php @@ -59,7 +59,7 @@ class StatusLexerTest extends TestCase public function testAutolink() { - $expected = '@pixelfed hi, really like the website! #píxelfed'; + $expected = '@pixelfed hi, really like the website! #píxelfed'; $this->assertEquals($this->autolink, $expected); }