From 52b5eab9b7a6dc4796ea646ac956f98d9bad1a5b Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 27 May 2019 20:57:08 -0600 Subject: [PATCH] Update Autolinker test --- tests/Unit/Lexer/StatusLexerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }