1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 07:59:52 +08:00

Fix incorrect DI usage of IAPIProvider in many tests

This commit is contained in:
Dean Herbert
2019-09-13 17:15:33 +09:00
Unverified
parent 0231984127
commit 7cb79dd760
14 changed files with 44 additions and 29 deletions
@@ -12,7 +12,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
[TestFixture]
public class TestSceneMultiScreen : ScreenTestScene
{
protected override bool RequiresAPIAccess => true;
protected override bool UseOnlineAPI => true;
public override IReadOnlyList<Type> RequiredTypes => new[]
{