1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 21:02:54 +08:00

Disable new rider EAP inspection in test class

This commit is contained in:
Dean Herbert 2023-11-12 17:21:17 +09:00
parent b995c96dca
commit 31feeb5ddc
No known key found for this signature in database

View File

@ -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;