mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Clean up test case
This commit is contained in:
parent
0677194f46
commit
bf06674e87
@ -156,8 +156,6 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
protected override BackgroundScreen CreateBackground() => new FadeAccessibleBackground();
|
||||
|
||||
public bool BackgroundLoaded => Background?.IsLoaded ?? false;
|
||||
|
||||
public bool AssertDimmed()
|
||||
{
|
||||
return ((FadeAccessibleBackground)Background).AssertDimmed();
|
||||
@ -207,6 +205,7 @@ namespace osu.Game.Tests.Visual
|
||||
public DimAccessiblePlayerLoader(Player player) : base(() => player)
|
||||
{
|
||||
}
|
||||
|
||||
protected override BackgroundScreen CreateBackground() => new FadeAccessibleBackground();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user