1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 06:23:20 +08:00

Update test case for profile.

This commit is contained in:
Huo Yaoyuan 2017-07-10 10:42:55 +08:00
parent 6f2b49dea8
commit 3290f5a977

View File

@ -13,9 +13,8 @@ namespace osu.Desktop.VisualTests.Tests
{ {
public override string Description => "Tests user's profile page."; public override string Description => "Tests user's profile page.";
public override void Reset() public TestCaseUserProfile()
{ {
base.Reset();
var profile = new UserProfileOverlay(); var profile = new UserProfileOverlay();
Add(profile); Add(profile);