Rename and move test to correct location

This commit is contained in:
Dean Herbert 2019-04-03 18:14:59 +09:00
parent 3b7d26cca8
commit 5d37851d34
1 changed files with 3 additions and 6 deletions

View File

@ -15,19 +15,16 @@
using osu.Game.Rulesets.Scoring;
using osu.Game.Scoring;
using osu.Game.Users;
using NUnit.Framework;
namespace osu.Game.Tests.Visual.SongSelect
namespace osu.Game.Tests.Visual.Online
{
[Description("in BeatmapOverlay")]
public class TestCaseBeatmapScoresContainer : OsuTestCase
public class TestCaseScoresContainer : OsuTestCase
{
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(DrawableTopScore),
typeof(TopScoreUserSection),
typeof(TopScoreStatisticsSection),
typeof(ScoresContainer),
typeof(ScoreTable),
typeof(ScoreTableRow),
typeof(ScoreTableHeaderRow),
@ -37,7 +34,7 @@ public class TestCaseBeatmapScoresContainer : OsuTestCase
private readonly Box background;
public TestCaseBeatmapScoresContainer()
public TestCaseScoresContainer()
{
ScoresContainer scoresContainer;