1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 21:02:59 +08:00
This commit is contained in:
Andrew Hong 2023-07-12 22:42:12 -04:00
parent 3d256acfef
commit f44e6e510d

View File

@ -479,7 +479,7 @@ namespace osu.Game.Tests.Chat
});
Assert.AreEqual("This is a simple test with some [traps] and wiki links. Don't forget to visit https://osu.ppy.sh now!", result.DisplayContent);
Assert.AreEqual(5, result.Links.Count);
Assert.AreEqual(4, result.Links.Count);
Link f = result.Links.Find(l => l.Url == "https://dev.ppy.sh/wiki/wiki links");
Assert.That(f, Is.Not.Null);