mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 18:52:57 +08:00
Delete emoji test in TestLinkComplex
This commit is contained in:
parent
5a43de1ace
commit
3d256acfef
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user