mirror of
https://github.com/ppy/osu
synced 2025-01-27 08:13:06 +00: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();
|
testMod.ResetSettingsToDefaults();
|
||||||
|
|
||||||
Assert.That(testMod.DrainRate.Value, Is.Null);
|
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);
|
Assert.That(testMod.OverallDifficulty.Value, Is.Null);
|
||||||
|
|
||||||
var applied = applyDifficulty(new BeatmapDifficulty
|
var applied = applyDifficulty(new BeatmapDifficulty
|
||||||
|
Loading…
Reference in New Issue
Block a user