mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 21:02:59 +08:00
5 -> 4
This commit is contained in:
parent
3d256acfef
commit
f44e6e510d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user