mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Disable another "code heurstically unreachable" with comment
This commit is contained in:
parent
af6ae1cce5
commit
6197ef426d
@ -105,6 +105,9 @@ namespace osu.Game.Tests.Mods
|
||||
testMod.ResetSettingsToDefaults();
|
||||
|
||||
Assert.That(testMod.DrainRate.Value, Is.Null);
|
||||
|
||||
// ReSharper disable once HeuristicUnreachableCode
|
||||
// see https://youtrack.jetbrains.com/issue/RIDER-70159.
|
||||
Assert.That(testMod.OverallDifficulty.Value, Is.Null);
|
||||
|
||||
var applied = applyDifficulty(new BeatmapDifficulty
|
||||
|
Loading…
Reference in New Issue
Block a user