mirror of
https://github.com/ppy/osu
synced 2024-12-25 00:02:48 +00:00
Remove redundant string interpolation
This commit is contained in:
parent
995338029c
commit
43b3845970
@ -94,7 +94,7 @@ namespace osu.Game.Tests.Beatmaps
|
|||||||
// hash code of 0 (the value) conflicts with the hash code of null (the initial/default value).
|
// hash code of 0 (the value) conflicts with the hash code of null (the initial/default value).
|
||||||
// it's important that the mod reference and its underlying bindable references stay the same to demonstrate this failure.
|
// it's important that the mod reference and its underlying bindable references stay the same to demonstrate this failure.
|
||||||
AddStep("change DA difficulty to 0", () => difficultyAdjust.OverallDifficulty.Value = 0);
|
AddStep("change DA difficulty to 0", () => difficultyAdjust.OverallDifficulty.Value = 0);
|
||||||
AddUntilStep($"star difficulty -> 0", () => starDifficultyBindable.Value?.Stars == 0);
|
AddUntilStep("star difficulty -> 0", () => starDifficultyBindable.Value?.Stars == 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
Loading…
Reference in New Issue
Block a user