Fix the Test Scene

This commit is contained in:
Andrei Zavatski 2019-09-13 10:59:09 +03:00
parent 6867b3c232
commit 9a9654dbd1

View File

@ -15,7 +15,7 @@ namespace osu.Game.Tests.Visual.Online
{
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(HeaderFlag),
typeof(DismissableFlag),
typeof(HeaderTitle),
typeof(RankingsRulesetSelector),
typeof(RankingsScopeSelector),
@ -50,7 +50,7 @@ namespace osu.Game.Tests.Visual.Online
new Spotlight
{
Id = 3,
Text = "Spotlight 4"
Text = "Spotlight 3"
}
}
});