1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 20:30:20 +08:00

override LoadComplete instead of using the constructor

This commit is contained in:
Jorolf
2017-08-09 19:47:51 +02:00
Unverified
parent c877a5a8b7
commit bb8374b4fe
@@ -20,8 +20,9 @@ namespace osu.Desktop.Tests.Visual
{
public override string Description => "showing your latest achievements";
public TestCaseUserRanks()
protected override void LoadComplete()
{
base.LoadComplete();
RanksSection ranks;
Add(new Container