mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +08:00
Fix mismatching filenames
This commit is contained in:
parent
6226889d1c
commit
21138e6e2c
@ -12,17 +12,16 @@ using osu.Game.Tournament.Screens.Ladder.Components;
|
||||
|
||||
namespace osu.Game.Tournament.Tests
|
||||
{
|
||||
public class TestSceneMatches : OsuTestScene
|
||||
public class TestSceneDrawableTournamentMatch : OsuTestScene
|
||||
{
|
||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||
{
|
||||
typeof(TournamentMatch),
|
||||
typeof(DrawableTournamentMatch),
|
||||
typeof(DrawableMatchTeam),
|
||||
typeof(DrawableTournamentTeam),
|
||||
};
|
||||
|
||||
public TestSceneMatches()
|
||||
public TestSceneDrawableTournamentMatch()
|
||||
{
|
||||
Container<DrawableTournamentMatch> level1;
|
||||
Container<DrawableTournamentMatch> level2;
|
Loading…
Reference in New Issue
Block a user