mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Disable new rider EAP inspection in test class
This commit is contained in:
parent
b995c96dca
commit
31feeb5ddc
@ -203,6 +203,7 @@ namespace osu.Game.Tests.Visual.Ranking
|
|||||||
|
|
||||||
public IBeatmap Beatmap { get; }
|
public IBeatmap Beatmap { get; }
|
||||||
|
|
||||||
|
// ReSharper disable once NotNullOrRequiredMemberIsNotInitialized
|
||||||
public TestBeatmapConverter(IBeatmap beatmap)
|
public TestBeatmapConverter(IBeatmap beatmap)
|
||||||
{
|
{
|
||||||
Beatmap = beatmap;
|
Beatmap = beatmap;
|
||||||
|
Loading…
Reference in New Issue
Block a user