mirror of https://github.com/ppy/osu
Rename test scene to match class
This commit is contained in:
parent
a01e7260e0
commit
27258e3a9b
|
@ -14,9 +14,9 @@
|
|||
|
||||
namespace osu.Game.Tests.Visual.SongSelect
|
||||
{
|
||||
public class TestSceneUserTopScore : OsuTestScene
|
||||
public class TestSceneUserTopScoreContainer : OsuTestScene
|
||||
{
|
||||
public TestSceneUserTopScore()
|
||||
public TestSceneUserTopScoreContainer()
|
||||
{
|
||||
UserTopScoreContainer topScoreContainer;
|
||||
|
Loading…
Reference in New Issue