Move all tournament tests to using placeholder data rather than reading from bracket

This commit is contained in:
Dean Herbert
2020-06-24 16:57:17 +09:00
parent 11446a7864
commit 1387a9e2c6
12 changed files with 151 additions and 156 deletions

View File

@ -9,7 +9,7 @@ using osu.Game.Tournament.Screens.Gameplay.Components;
namespace osu.Game.Tournament.Tests.Components
{
public class TestSceneMatchScoreDisplay : LadderTestScene
public class TestSceneMatchScoreDisplay : TournamentTestScene
{
[Cached(Type = typeof(MatchIPCInfo))]
private MatchIPCInfo matchInfo = new MatchIPCInfo();