mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 05:22:54 +08:00
fixup! Fix incorrect access definitions
This commit is contained in:
parent
c4b486f1d4
commit
b17ead22a3
@ -16,10 +16,10 @@ namespace osu.Game.Tournament.Tests
|
||||
public class TestCaseBeatmapPanel : OsuTestCase
|
||||
{
|
||||
[Resolved]
|
||||
private APIAccess api { get; set; }
|
||||
private APIAccess api { get; set; } = null;
|
||||
|
||||
[Resolved]
|
||||
private RulesetStore rulesets { get; set; }
|
||||
private RulesetStore rulesets { get; set; } = null;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
|
Loading…
Reference in New Issue
Block a user