Fix tournament tests not running

This commit is contained in:
Dean Herbert
2019-07-30 07:23:25 +09:00
parent 5fa820cdd4
commit 62f6958165
7 changed files with 36 additions and 12 deletions

View File

@ -2,12 +2,11 @@
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Game.Tests.Visual;
using osu.Game.Tournament.Screens.Schedule;
namespace osu.Game.Tournament.Tests.Screens
{
public class TestSceneScheduleScreen : OsuTestScene
public class TestSceneScheduleScreen : TournamentTestScene
{
[BackgroundDependencyLoader]
private void load()