1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 20:05:29 +08:00

Rename test scene to match class

This commit is contained in:
Dean Herbert 2019-07-15 14:38:05 +09:00
parent a01e7260e0
commit 27258e3a9b

View File

@ -14,9 +14,9 @@ using osu.Game.Users;
namespace osu.Game.Tests.Visual.SongSelect
{
public class TestSceneUserTopScore : OsuTestScene
public class TestSceneUserTopScoreContainer : OsuTestScene
{
public TestSceneUserTopScore()
public TestSceneUserTopScoreContainer()
{
UserTopScoreContainer topScoreContainer;