1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 21:52:56 +08:00

Delete emoji test in TestLinkComplex

This commit is contained in:
Andrew Hong 2023-07-12 21:40:49 -04:00
parent 5a43de1ace
commit 3d256acfef

View File

@ -500,11 +500,6 @@ namespace osu.Game.Tests.Chat
Assert.That(f, Is.Not.Null);
Assert.AreEqual(78, f.Index);
Assert.AreEqual(18, f.Length);
f = result.Links.Find(l => l.Url == "\uD83D\uDE12");
Assert.That(f, Is.Not.Null);
Assert.AreEqual(101, f.Index);
Assert.AreEqual(3, f.Length);
}
[Test]