mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Partial everything
This commit is contained in:
committed by
Dean Herbert
parent
a1c559ae05
commit
7bc8908ca9
@ -18,7 +18,7 @@ using osuTK.Graphics;
|
||||
namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
[TestFixture]
|
||||
public class TestSceneOnlineViewContainer : OsuTestScene
|
||||
public partial class TestSceneOnlineViewContainer : OsuTestScene
|
||||
{
|
||||
private readonly TestOnlineViewContainer onlineView;
|
||||
|
||||
@ -67,7 +67,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
AddUntilStep("loading animation is visible", () => onlineView.LoadingSpinner.IsPresent);
|
||||
}
|
||||
|
||||
private class TestOnlineViewContainer : OnlineViewContainer
|
||||
private partial class TestOnlineViewContainer : OnlineViewContainer
|
||||
{
|
||||
public new LoadingSpinner LoadingSpinner => base.LoadingSpinner;
|
||||
|
||||
|
Reference in New Issue
Block a user