mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Fix up dependencies class names
This commit is contained in:
@ -21,7 +21,7 @@ namespace osu.Game.Tests.Visual.Playlists
|
||||
|
||||
private TestRoomSettings settings;
|
||||
|
||||
protected override OnlinePlayTestDependencies CreateOnlinePlayDependencies() => new TestDependencies();
|
||||
protected override OnlinePlayTestSceneDependencies CreateOnlinePlayDependencies() => new TestDependencies();
|
||||
|
||||
[SetUp]
|
||||
public new void Setup() => Schedule(() =>
|
||||
@ -120,7 +120,7 @@ namespace osu.Game.Tests.Visual.Playlists
|
||||
public OsuSpriteText ErrorText => ((MatchSettings)Settings).ErrorText;
|
||||
}
|
||||
|
||||
private class TestDependencies : OnlinePlayTestDependencies
|
||||
private class TestDependencies : OnlinePlayTestSceneDependencies
|
||||
{
|
||||
protected override IRoomManager CreateRoomManager() => new TestRoomManager();
|
||||
}
|
||||
|
Reference in New Issue
Block a user