Add test coverage

This commit is contained in:
Dean Herbert
2021-05-24 21:56:47 +09:00
parent 62b6cadb64
commit 37f6ceef79
2 changed files with 67 additions and 1 deletions

View File

@ -191,7 +191,7 @@ namespace osu.Game.Overlays
Padding = new MarginPadding { Top = GetToolbarHeight?.Invoke() ?? 0 };
}
protected class SettingsSectionsContainer : SectionsContainer<SettingsSection>
public class SettingsSectionsContainer : SectionsContainer<SettingsSection>
{
public SearchContainer<SettingsSection> SearchContainer;