Apply class renaming

This commit is contained in:
Dean Herbert
2020-04-21 15:13:19 +09:00
parent 477d519df3
commit 89320b510c
6 changed files with 33 additions and 34 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Game.Tests.Visual.Online
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(BeatmapListingOverlay),
typeof(BeatmapListingSearchHandler)
typeof(BeatmapListingFilterControl)
};
protected override bool UseOnlineAPI => true;